mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-26 01:31:58 -07:00
[fixes #8] Setting everything to use UTF-8
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
$this->connection = (($persist) ? mysql_pconnect($host,$user,$pass) : mysql_connect($host,$user,$pass));
|
||||
$t = microtime(true)-$start;
|
||||
$this->id = ++self::$connection_count;
|
||||
$this->set_character_encoding("utf8");
|
||||
|
||||
if (self::$debug_on) {
|
||||
$b = self::getbacktrace();
|
||||
|
Reference in New Issue
Block a user