ftimme
2013-01-01 4d08549cd7f456930448ee3d25299f4a7bd6c91a
interface/lib/classes/db_mysql.inc.php
@@ -96,7 +96,8 @@
  }
  public function query($queryString) {
    $this->queryId = parent::query($queryString);
    parent::ping();
   $this->queryId = parent::query($queryString);
    $this->updateError('DB::query('.$queryString.') -> mysqli_query');
    if($this->errorNumber) debug_print_backtrace();
    if(!$this->queryId) {