Changeset 597 for trunk/Common/AppModule.php
- Timestamp:
- Nov 22, 2013, 10:37:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/AppModule.php
r594 r597 296 296 function LoadState() 297 297 { 298 $ConfigModules = array(); 298 299 include($this->FileName); 299 300 foreach($ConfigModules as $Mod) … … 327 328 } 328 329 329 function UnregisterModule( $Module)330 function UnregisterModule(AppModule $Module) 330 331 { 331 332 unset($this->Modules[array_search($Module, $this->Modules)]);
Note:
See TracChangeset
for help on using the changeset viewer.