Project

General

Profile

« Previous | Next » 

Revision 1881

Added by Dietmar over 11 years ago

  1. bugfix setting slash in class m_news_Reorg ( access files in root)
    ! upgrade-script shows count of created module access files

View differences:

upgrade-script.php
1045 1045
				echo '<h4>'.'Create/Reorg Accesfiles for module \''.$sModul.'\' version '.$sModulVersion.'</h4>';
1046 1046
				$oReorg = new $sModulReorg();
1047 1047
				$aReturnMsg = $oReorg->execute(); // show details
1048
				if($bDebugModus && is_array($aReturnMsg)) {
1048
				if(is_array($aReturnMsg)) {
1049 1049
					foreach($aReturnMsg as $title) {
1050 1050
					echo '<strong>'.$title.'</strong><br />';
1051 1051
					}

Also available in: Unified diff