Changeset 428 for trunk/global.php


Ignore:
Timestamp:
Oct 11, 2012, 2:00:38 PM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Stránka obecné správy dat.
  • Přidáno: Zobrazení seznamu položek se zobrazením s obsluhou dle typu položky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/global.php

    r427 r428  
    1919include_once('finance/bills.php');
    2020include_once('finance/finance.php');
     21include_once('Common/Types/Type.php');
    2122 
    2223$PrefixMultipliers = array
     
    202203function GlobalInit()
    203204{
    204   global $Config, $Database, $System, $ScriptTimeStart, $ConfigFileName, $Mail;
     205  global $Config, $Database, $System, $ScriptTimeStart, $ConfigFileName, $Mail, $Type;
    205206 
    206207  $ScriptTimeStart = GetMicrotime();
     
    228229  $System->AddModule(new Finance());
    229230  $System->Modules['Finance']->LoadMonthParameters(0);
     231
     232  $Type = new Type($System);
    230233}
    231234
Note: See TracChangeset for help on using the changeset viewer.