tbrehm
2012-12-14 1e2783f74087294a416033eac35a8373de5dd4a8
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) {