tbrehm
2012-07-09 63fdfa58314a8bb9cac9c8a7fdbec2257d866db9
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 @@
   
}
?>
?>