Changeset 430 for trunk/global.php
- Timestamp:
- Oct 11, 2012, 7:16:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/global.php
r428 r430 93 93 { 94 94 var $Modules = array(); 95 95 /** @var Type */ 96 var $Type; 97 98 function __construct() 99 { 100 parent::__construct(); 101 $this->Type = new Type($this); 102 } 103 96 104 function ModulePresent($Name) 97 105 { … … 229 237 $System->AddModule(new Finance()); 230 238 $System->Modules['Finance']->LoadMonthParameters(0); 231 232 $Type = new Type($System);233 239 } 234 240
Note:
See TracChangeset
for help on using the changeset viewer.