mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-08-01 12:41:59 -07:00
changing lib/mysql.php line endings + adding db char encoding func
This commit is contained in:
@@ -164,6 +164,11 @@
|
||||
return mysql_real_escape_string($s);
|
||||
}
|
||||
|
||||
|
||||
public function set_character_encoding($s) {
|
||||
return mysql_set_charset($s, $this->connection);
|
||||
}
|
||||
|
||||
//private function __construct() {}
|
||||
|
||||
// Debugging shit for admins
|
||||
|
Reference in New Issue
Block a user