interface/lib/classes/db_firebird.inc.php
@@ -45,7 +45,7 @@ var $transID; // constructor function db() function __construct() { global $conf; @@ -55,6 +55,9 @@ $this->dbPass = $conf["db_password"]; $this->connect(); } function __destruct() { $this->closeConn(); } // error handler function updateError($location) @@ -377,4 +380,4 @@ } ?> ?>