Changeset 93 for trunk/www/Application/Model/MangosConfigurationFile.php
- Timestamp:
- Aug 15, 2013, 11:17:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Application/Model/MangosConfigurationFile.php
r78 r93 7 7 var $ParameterList; 8 8 9 function __construct($ Database)9 function __construct($System) 10 10 { 11 $this->Database = $Database;11 parent::__construct($System); 12 12 $this->Parameters = array(); 13 13 } … … 41 41 } 42 42 } 43 44 ?>
Note:
See TracChangeset
for help on using the changeset viewer.