Ignore:
Timestamp:
Jun 12, 2009, 8:09:48 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Nastavení parametrů gcc překladu emulátoru přes konfigurační soubor.
  • Přidáno: Podpora řazení dle sloupců v tabulkách.
  • Upraveno: Nezjišťovat informace o stavu serverů z tabulek mangosu, ale ukládat stavové informace serverů přímo do tabulky Server. Nutno provádět aktualizaci tabulky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/types/Password.php

    r11 r15  
    2323    global $Database;
    2424
    25     if(!array_key_exists('SourceItemId', $Item)) $Result = sha1($_POST[$Item['Name']]);
     25    $Result = sha1($_POST[$Item['Name']]);
     26    /*
     27    if(!array_key_exists('SourceItemId', $Item)) $Result = sha1($_POST[$Item['Name']]);   
    2628    else
    2729    {
     
    3436      } else $Result = sha1($_POST[$Item['Name']]);
    3537    }
     38    */
    3639    return($Result);
    3740  }
Note: See TracChangeset for help on using the changeset viewer.