Project

General

Profile

« Previous | Next » 

Revision 2003

Added by Dietmar almost 11 years ago

! /modules/news/upgrade.php optimize add and modify field tables, rebuild message
! /modules/news/modify_post.php and modify_post.php check posts folder if not exists then create
! /upgrade-script.php add ModuleReorgAbstract calling the Reorg Accessfiles from modules

View differences:

upgrade-script.php
1094 1094
				$sModulVersion =  get_modul_version ($sModul, true);
1095 1095
				echo '<div style="margin-left:2em;">';
1096 1096
				echo '<h4>'.'Create/Reorg Accessfiles for module \''.$sModul.'\' version '.$sModulVersion.'</h4>';
1097
				$oReorg = new $sModulReorg($sModulReorg::LOG_EXTENDED);
1097
				$oReorg = new $sModulReorg(ModuleReorgAbstract::LOG_EXTENDED);
1098 1098
				$aReturnMsg = $oReorg->execute(); // show details
1099 1099
                $aReport = $oReorg->getReport();
1100 1100
                unset($oReorg);

Also available in: Unified diff