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(); } }