cfoe
2012-08-21 307b0302a7a2ce6c0147471a59014b8a7f780444
interface/lib/classes/db_mysql.inc.php
@@ -98,6 +98,7 @@
  public function query($queryString) {
    $this->queryId = parent::query($queryString);
    $this->updateError('DB::query('.$queryString.') -> mysqli_query');
    if($this->errorNumber) debug_print_backtrace();
    if(!$this->queryId) {
      return false;
    }