Ignore:
Timestamp:
Aug 15, 2013, 11:17:26 PM (11 years ago)
Author:
chronos
Message:
  • Fixed: System variable as parameter to constructors of descendents of Module class.
  • Removed: End PHP mark "?>" from all files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/Application/Model/MangosConfigurationFile.php

    r78 r93  
    77  var $ParameterList;
    88 
    9   function __construct($Database)
     9  function __construct($System)
    1010  {
    11     $this->Database = $Database;
     11    parent::__construct($System);
    1212    $this->Parameters = array();
    1313  }
     
    4141  }
    4242}
    43 
    44 ?>
Note: See TracChangeset for help on using the changeset viewer.