[xoops-cvslog 3052] CVS update: xoops2jp/html/install/language/japanese

アーカイブの一覧に戻る

NobuNobu nobun****@users*****
2006年 5月 16日 (火) 21:59:37 JST


Index: xoops2jp/html/install/language/japanese/charset_mysql.php
diff -u /dev/null xoops2jp/html/install/language/japanese/charset_mysql.php:1.1.2.1
--- /dev/null	Tue May 16 21:59:36 2006
+++ xoops2jp/html/install/language/japanese/charset_mysql.php	Tue May 16 21:59:36 2006
@@ -0,0 +1,8 @@
+<?php
+    $this->db->queryF("SET NAMES ujis");
+    $this->db->queryF("SET SESSION character_set_database=ujis");
+    $this->db->queryF("SET SESSION character_set_server=ujis");
+    $this->db->queryF("SET SESSION collation_connection=ujis_japanese_ci");
+    $this->db->queryF("SET SESSION collation_database=ujis_japanese_ci");
+    $this->db->queryF("SET SESSION collation_server=ujis_japanese_ci");
+?>


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る