Changeset 92 for trunk/www/Application/View/Backup.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/Backup.php
r78 r92 31 31 { 32 32 $Output = '<h4>Dostupné zálohy</h4>'; 33 $Table = new Table($this->ItemListFormClass );33 $Table = new Table($this->ItemListFormClass, $this->System); 34 34 $Table->OnRow = array($this, 'ShowListOnRow'); 35 35 $Table->Definition['Table'] = '(SELECT * FROM `Backup` WHERE `Server` = '.$Server->Id.')';
Note:
See TracChangeset
for help on using the changeset viewer.