Changeset 428 for trunk/global.php
- Timestamp:
- Oct 11, 2012, 2:00:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/global.php
r427 r428 19 19 include_once('finance/bills.php'); 20 20 include_once('finance/finance.php'); 21 include_once('Common/Types/Type.php'); 21 22 22 23 $PrefixMultipliers = array … … 202 203 function GlobalInit() 203 204 { 204 global $Config, $Database, $System, $ScriptTimeStart, $ConfigFileName, $Mail ;205 global $Config, $Database, $System, $ScriptTimeStart, $ConfigFileName, $Mail, $Type; 205 206 206 207 $ScriptTimeStart = GetMicrotime(); … … 228 229 $System->AddModule(new Finance()); 229 230 $System->Modules['Finance']->LoadMonthParameters(0); 231 232 $Type = new Type($System); 230 233 } 231 234
Note:
See TracChangeset
for help on using the changeset viewer.