tbrehm
2012-11-14 0adf13db0b5b3c5bea36f4236a7d7bd77c552e87
server/lib/classes/db_mysql.inc.php
@@ -103,7 +103,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->queryId) {
      return false;