Changeset 93 for trunk/www/Application/Model/History.php
- Timestamp:
- Aug 15, 2013, 11:17:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Application/Model/History.php
r78 r93 11 11 var $Resolution = 1000; 12 12 13 function __construct($ Database, $ServerId, $MeasureId)13 function __construct($System, $ServerId, $MeasureId) 14 14 { 15 $this->Database = $Database;15 parent::__construct($System); 16 16 $this->ServerId = $ServerId; 17 17 $this->MeasureId = $MeasureId; … … 59 59 } 60 60 } 61 62 ?>
Note:
See TracChangeset
for help on using the changeset viewer.