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

Back to archive index

Minahito minah****@users*****
2006年 9月 2日 (土) 10:38:08 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.10 xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php:1.1.2.11
--- xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php:1.1.2.10	Fri Aug 25 19:15:09 2006
+++ xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php	Sat Sep  2 10:38:08 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package legacy
- * @version $Id: Legacy_LanguageManager.class.php,v 1.1.2.10 2006/08/25 10:15:09 minahito Exp $
+ * @version $Id: Legacy_LanguageManager.class.php,v 1.1.2.11 2006/09/02 01:38:08 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -254,7 +254,7 @@
 			}
 		}
 		
-		return utf8_encode($text);
+		return utf8_decode($text);
 	}
 }
 


xoops-cvslog メーリングリストの案内
Back to archive index