[xoops-cvslog 4331] CVS update: xoops2jp/html/modules/base/kernel

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 8月 24日 (木) 18:52:43 JST


Index: xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php
diff -u xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php:1.1.2.8 xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php:1.1.2.9
--- xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php:1.1.2.8	Thu Aug 24 18:49:29 2006
+++ xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php	Thu Aug 24 18:52:43 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package legacy
- * @version $Id: Legacy_LanguageManager.class.php,v 1.1.2.8 2006/08/24 09:49:29 minahito Exp $
+ * @version $Id: Legacy_LanguageManager.class.php,v 1.1.2.9 2006/08/24 09:52:43 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -45,7 +45,7 @@
 				}
 			}
 			
-			@mb_internal_encoding(_CHARSET);
+			@mb_regex_encoding(_CHARSET);
 			
 			ini_set( 'mbstring.http_input', 'pass');
 			ini_set( 'mbstring.http_output', 'pass');


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