Revision 1881
Added by Dietmar over 11 years ago
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
! upgrade-script shows count of created module access files