Ignore:
Timestamp:
Aug 3, 2009, 11:39:13 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Kód pro zobrazování a obsluhu akcí rozdělen do samostatných zobrazovacích tříd.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/common/module.php

    r54 r55  
    99  var $CurrentPath = '/';
    1010
    11   function __construct()
     11  function __construct($Database, $System)
    1212  {
     13    $this->Database = $Database;
     14    $this->System = $System;
    1315  }
    1416}
Note: See TracChangeset for help on using the changeset viewer.