Changeset 11 for trunk/www/error.php


Ignore:
Timestamp:
Jun 11, 2009, 8:28:50 PM (15 years ago)
Author:
george
Message:
  • Opraveno: Přidávání úloh z třídy Server a Emulator.
  • Přidáno: Třídy pro zobrazení seznamu emulátorů a položek emulátorů.
  • Přidáno: Třídy pro výpis seznamu položek.
  • Opraveno: Zpracování úloh ve frontě.
  • Přidáno: Soubory tříd různých datových typů používaných při zobrazovaní na webu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/error.php

    r3 r11  
    4242        {
    4343          if(is_array($Item)) $Arguments .= "'".serialize($Item)."',";
    44           else $Arguments .= "'".$Item."',";
     44          else $Arguments .= "'".serialize($Item)."',";
    4545        }
    4646      if(strlen($Arguments) > 0) $Error .= '('.substr($Arguments, 0, -1).')';
Note: See TracChangeset for help on using the changeset viewer.