Changeset 342 for trunk/global.php
- Timestamp:
- Jan 17, 2012, 10:37:59 AM (14 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/global.php (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/global.phpr341 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.
  
