Changeset 342 for trunk/global.php
- Timestamp:
- Jan 17, 2012, 10:37:59 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/global.php
r341 r342 21 21 include_once('Model.php'); 22 22 include_once('Modules/User/user.php'); 23 include_once('Modules/Project/Project.php');24 23 25 24 $PrefixMultipliers = array … … 225 224 226 225 $System->ModularSystem = new ModularSystem($Database); 227 $System->ModularSystem->ReloadList(); 226 $System->ModularSystem->Install(); 227 //$System->ModularSystem->ReloadList(); 228 $System->ModularSystem->Init(); 228 229 } 229 230
Note:
See TracChangeset
for help on using the changeset viewer.