Ignore:
Timestamp:
Aug 5, 2009, 8:06:27 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Funkce a skript pro aktualizaci stavových údajů. Bude prováděno každou minutu nebo automaticky přímo systémem při určitých operacích.
  • Opraveno: Generování přístupu k databázi v nastavení emulátoru.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/model/shell.php

    r57 r63  
    138138        $this->HistoryUpdate();
    139139      } else
     140      if($Command == 'UpdateState')
     141      {
     142        $Realm = new Realm($this->Database, 0);
     143        $Realm->UpdateStateAll();
     144        $Server = new Server($this->Database, 0);
     145        $Server->UpdateStateAll();
     146      } else
    140147      if($Command == 'ServerDatabaseChange')
    141148      {
Note: See TracChangeset for help on using the changeset viewer.