server/lib/classes/db_mysql.inc.php | ●●●●● patch | view | raw | blame | history |
server/lib/classes/db_mysql.inc.php
@@ -45,8 +45,7 @@ var $show_error_messages = true; // constructor function db() { public function __construct() { global $conf; $this->dbHost = $conf['db_host']; @@ -57,6 +56,10 @@ //$this->connect(); } public function __destruct() { $this->closeConn(); } // error handler function updateError($location) {