tbrehm
2012-11-14 bfcdef6bc91753cb2044e3626f522b5b1aec129f
server/lib/classes/db_mysql.inc.php
@@ -103,6 +103,7 @@
  }
  public function query($queryString) {
    parent::ping();
    $this->queryId = parent::query($queryString);
    $this->updateError('DB::query('.$queryString.') -> mysqli_query');
    if(!$this->queryId) {