Marius Cramer
2015-05-27 8c517c8727938361382f0d7d350391fa757b90a5
server/lib/classes/db_mysql.inc.php
@@ -227,7 +227,7 @@
      $this->_iQueryId = mysqli_query($this->_iConnId, $sQuery);
      if (!$this->_iQueryId) {
         $this->_sqlerror('Falsche Anfrage / Wrong Query', false, 'SQL-Query = ' . $sQuery);
         $this->_sqlerror('Falsche Anfrage / Wrong Query', 'SQL-Query = ' . $sQuery);
         return false;
      }