Marius Cramer
2015-05-25 8ae1387d225034725a0ead1bcbd2756d4d053f43
interface/lib/classes/db_mysql.inc.php
@@ -264,7 +264,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;
      }