Ignore:
Timestamp:
May 20, 2009, 12:52:52 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Rozšířená databázová třída pro potřeby zobrazení SQL povelů a jejich chyb.
  • Opraveno: Chyba výběru databáze realmd na stránce registrace.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pages/register.php

    r596 r597  
    3939  '<br />');
    4040
    41 $db->select_db($Config['Mangos']['DatabaseRealmd']);
    4241if($RegistrationLimit->GetFreeRegistrationCount() == 0)
    4342{
     
    6261      $heslo = sha_password($account, $password);
    6362
     63      $db->select_db($Config['Mangos']['DatabaseRealmd']);
    6464      $DbResult = $db->query('SELECT `id`, `username`, `sha_pass_hash` FROM `account` WHERE `username`="'.$account.'"');
    6565      if($DbResult->num_rows > 0)
Note: See TracChangeset for help on using the changeset viewer.