Ignore:
Timestamp:
Aug 23, 2009, 9:38:51 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Zobrazení počítačů ve skupině.
  • Opraveno: Různé opravy změny struktury tříd.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/Application/View/Emulator.php

    r72 r74  
    104104      $Emulator->Download();       
    105105      $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);
    107107      $Output .= $TaskView->ItemList();
    108108    } else $Output = $this->System->SystemMessage('Stažení emulátoru', 'Nebylo zadáno Id');
     
    117117      $Emulator->Compile();       
    118118      $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);
    120120      $Output .= $TaskView->ItemList();
    121121    } else $Output = $this->System->SystemMessage('Překlad emulátoru', 'Nebylo zadáno Id');
Note: See TracChangeset for help on using the changeset viewer.