We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65b04a commit d0fc019Copy full SHA for d0fc019
server/lib/classes/db_mysql.inc.php
@@ -52,6 +52,7 @@ function db()
52
$this->dbName = $conf["db_database"];
53
$this->dbUser = $conf["db_user"];
54
$this->dbPass = $conf["db_password"];
55
+ $this->dbCharset = $conf['db_charset'];
56
//$this->connect();
57
}
58
0 commit comments