cfoe
2012-07-13 5ed2f06bdc10389c0d8a5f2da386b7b7ba98ff9e
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 @@
   
}
?>
?>