Changeset 55 for trunk/www/common/module.php
- Timestamp:
- Aug 3, 2009, 11:39:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/common/module.php
r54 r55 9 9 var $CurrentPath = '/'; 10 10 11 function __construct( )11 function __construct($Database, $System) 12 12 { 13 $this->Database = $Database; 14 $this->System = $System; 13 15 } 14 16 }
Note:
See TracChangeset
for help on using the changeset viewer.