Changeset 524 for trunk/Common/Module.php
- Timestamp:
- Apr 20, 2013, 8:51:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Module.php
r438 r524 11 11 var $CurrentPath = '/'; 12 12 13 function __construct( )13 function __construct($System) 14 14 { 15 $this->System = &$System; 16 $this->Database = &$System->Database; 15 17 } 16 18 }
Note:
See TracChangeset
for help on using the changeset viewer.