Changeset 74 for trunk/www/Application/View/Emulator.php
- Timestamp:
- Aug 23, 2009, 9:38:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Application/View/Emulator.php
r72 r74 104 104 $Emulator->Download(); 105 105 $Output = $this->System->SystemMessage('Stažení emulátoru', 'Úloha zařazena do fronty'); 106 $TaskView = new TaskView($this-> Database, $this->System);106 $TaskView = new TaskView($this->System); 107 107 $Output .= $TaskView->ItemList(); 108 108 } else $Output = $this->System->SystemMessage('Stažení emulátoru', 'Nebylo zadáno Id'); … … 117 117 $Emulator->Compile(); 118 118 $Output = $this->System->SystemMessage('Překlad emulátoru', 'Úloha zařazena do fronty'); 119 $TaskView = new TaskView($this-> Database, $this->System);119 $TaskView = new TaskView($this->System); 120 120 $Output .= $TaskView->ItemList(); 121 121 } else $Output = $this->System->SystemMessage('Překlad emulátoru', 'Nebylo zadáno Id');
Note:
See TracChangeset
for help on using the changeset viewer.