Minahito
minah****@users*****
2007年 4月 27日 (金) 13:12:19 JST
Index: xoops2jp/html/modules/legacy/language/japanese/charset_mysql.php diff -u xoops2jp/html/modules/legacy/language/japanese/charset_mysql.php:1.1.2.1.2.1 xoops2jp/html/modules/legacy/language/japanese/charset_mysql.php:1.1.2.1.2.2 --- xoops2jp/html/modules/legacy/language/japanese/charset_mysql.php:1.1.2.1.2.1 Tue Apr 10 12:10:11 2007 +++ xoops2jp/html/modules/legacy/language/japanese/charset_mysql.php Fri Apr 27 13:12:19 2007 @@ -1,4 +1,17 @@ <?php +/** + * @package Legacy + * @version $Id: charset_mysql.php,v 1.1.2.1.2.2 2007/04/27 04:12:19 minahito Exp $ + * @brief This file is the callback declaring Mysql Client Handling. If this + * declaring causes display broken, you may skip this process by using + * the preload defining LEGACY_JAPANESE_ANTI_CHARSETMYSQL. + */ + +if (!defined('XOOPS_ROOT_PATH')) exit(); + +if (!defined("LEGACY_JAPANESE_ANTI_CHARSETMYSQL")) { $GLOBALS['xoopsDB']->queryF("/*!40101 SET NAMES ujis */"); $GLOBALS['xoopsDB']->queryF("/*!40101 SET SESSION collation_connection=ujis_japanese_ci */"); -?> +} + +?> \ No newline at end of file