Marius Cramer
2013-11-14 7fe908c50c8dbc5cc05f571dbe11d66141caacd4
interface/lib/classes/db_firebird.inc.php
@@ -55,6 +55,7 @@
      $this->dbPass = $conf["db_password"];
      $this->connect();
   }
   function __destruct() {
      $this->closeConn();
        }
@@ -67,7 +68,7 @@
      $this->errorLocation = $location;
      if($this->errorNumber && $this->show_error_messages)
      {
         echo('<br /><b>'.$this->errorLocation.'</b><br />'.$this->errorMessage);
         echo '<br /><b>'.$this->errorLocation.'</b><br />'.$this->errorMessage;
         flush();
      }
   }