Changeset 92 for trunk/www/Application/View/Realm.php
- Timestamp:
- Aug 15, 2013, 12:11:32 AM (11 years ago)
- Location:
- trunk/www
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www
- Property svn:ignore
-
old new 1 1 config.php 2 .buildpath 3 .project 4 .settings
-
- Property svn:ignore
-
trunk/www/Application/View/Realm.php
r78 r92 112 112 //$Realm->UpdateServerList(); 113 113 $Output = '<h4>Seznam světů</h4>'; 114 $Table = new Table($this->ItemListFormClass );114 $Table = new Table($this->ItemListFormClass, $this->System); 115 115 //$Table->OnRow = array($this, 'ShowRealmListOnRow'); 116 116 $Table->Definition['Table'] = substr($Table->Definition['Table'], 0, -1).' WHERE `Realm`.`Server`='.$ServerId.')';
Note:
See TracChangeset
for help on using the changeset viewer.