cfoe
2012-08-04 bba5a3b4afa443be006b44f82be72a5dffe8f714
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 @@
   
}
?>
?>