Florian Schaal
2015-05-30 e4a89be38efa2cae0ab9ec26b52d0c7dd64578b3
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;
      }