Changeset 92 for trunk/www/Application/View/Update.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/Update.php
r78 r92 18 18 $Output = '<h4>Seznam dostupných aktulizací</h4>'; 19 19 $Output .= 'Před provedením aktualizace bude server zastaven a provedena záloha databáze.'; 20 $Table = new Table('EmulatorList' );20 $Table = new Table('EmulatorList', $this->System); 21 21 $Table->Definition['Table'] = substr($Table->Definition['Table'], 0, -1).' AND `Emulator`.`Revision` > '.$Server->Server['Database']['Emulator']['Revision'].' ORDER BY `Revision`)'; 22 22 $Table->Definition['Items']['Id'] = array('Type' => 'Hidden', 'Caption' => '', 'Default' => '');
Note:
See TracChangeset
for help on using the changeset viewer.