Ignore:
Timestamp:
Feb 3, 2009, 8:26:12 AM (15 years ago)
Author:
george
Message:
  • Opraveno: Chyba řazení seznamu překladů s odlišnými názvy textových sloupců pro různé skupiny překladu. Různý název sloupce způsoboval chybu v ORDER BY.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/databaseconection.php

    r57 r58  
    2424       
    2525    $ReturnCommand = mysql_query($Command, $this->id_connection);
    26         if((mysql_error() != '') and ($Config['Web']['ShowSQLErrors'] = true))
     26        if((mysql_error() != '') and ($Config['Web']['ShowSQLError'] == true))
    2727          echo('<div>'.mysql_error().'<br>'.$Command.'</div>');
    2828    return($ReturnCommand);
Note: See TracChangeset for help on using the changeset viewer.