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']; @@ -56,6 +55,10 @@ $this->dbCharset = $conf['db_charset']; //$this->connect(); } public function __destruct() { $this->closeConn(); } // error handler function updateError($location)