XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
charset_mysql.php
1
<?php
9
10
if
(!defined(
'XOOPS_ROOT_PATH'
)) {
11
exit();
12
}
13
14
if
(!defined(
'LEGACY_JAPANESE_ANTI_CHARSETMYSQL'
)) {
15
$GLOBALS[
'xoopsDB'
]->queryF(
'/*!40101 SET NAMES utf8 */'
);
16
$GLOBALS[
'xoopsDB'
]->queryF(
'/*!40101 SET SESSION collation_connection=utf8_general_ci */'
);
17
}
html
modules
legacy
language
ja_utf8
charset_mysql.php
Generated by
1.13.2