ftimme
2012-11-12 8e38755040c6c2073f92f0ffb087da530d0e7a0a
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;