nveid
2011-12-07 f5b0ca26b34388a108f8fe1c77f3ef1c99829bfa
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 @@
   
}
?>
?>