[xoops-cvslog 6294] CVS update: xoops2jp/html/modules/legacy/language/japanese

Zurück zum Archiv-Index

Minahito minah****@users*****
2007年 4月 10日 (火) 12:10:11 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 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	Sat Oct 14 23:55:27 2006
+++ xoops2jp/html/modules/legacy/language/japanese/charset_mysql.php	Tue Apr 10 12:10:11 2007
@@ -1,8 +1,4 @@
 <?php
-    $GLOBALS['xoopsDB']->queryF("/*!41000 SET NAMES ujis */");
-    $GLOBALS['xoopsDB']->queryF("/*!41000 SET SESSION character_set_database=ujis */");
-    $GLOBALS['xoopsDB']->queryF("/*!41000 SET SESSION character_set_server=ujis */");
-    $GLOBALS['xoopsDB']->queryF("/*!41000 SET SESSION collation_connection=ujis_japanese_ci */");
-    $GLOBALS['xoopsDB']->queryF("/*!41000 SET SESSION collation_database=ujis_japanese_ci */");
-    $GLOBALS['xoopsDB']->queryF("/*!41000 SET SESSION collation_server=ujis_japanese_ci */");
+    $GLOBALS['xoopsDB']->queryF("/*!40101 SET NAMES ujis */");
+    $GLOBALS['xoopsDB']->queryF("/*!40101 SET SESSION collation_connection=ujis_japanese_ci */");
 ?>


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index