Ignore:
Timestamp:
Jul 7, 2013, 11:38:22 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Fronta pošty převedena na aplikační modul.
  • Opraveno: Nastavení dokladové řady při importu z Fio API.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/System.php

    r548 r553  
    11<?php
    2 
    3 include_once(dirname(__FILE__).'/EmailQueue.php');
    42
    53class System
     
    1513  var $PathItems;
    1614  var $RootURLFolder;
    17   var $EmailQueue;
    1815
    1916  function __construct()
     
    2421    $this->Database = new Database();
    2522    $this->FormManager = new FormManager($this->Database);
    26     $this->EmailQueue = new EmailQueue($this);
    2723  } 
    2824 
Note: See TracChangeset for help on using the changeset viewer.