Changeset 93 for trunk/www/Application/Model/RealmList.php
- Timestamp:
- Aug 15, 2013, 11:17:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Application/Model/RealmList.php
r78 r93 12 12 while($DbRow = $DbResult->fetch_assoc()) 13 13 { 14 $Server = new Server($this-> Database, $DbRow['Id']);14 $Server = new Server($this->System, $DbRow['Id']); 15 15 $Total += $Server->RealmCount(); 16 16 } … … 18 18 } 19 19 } 20 21 ?>
Note:
See TracChangeset
for help on using the changeset viewer.