Tom Hayakawa
tom_g3x****@users*****
2006年 12月 7日 (木) 17:13:17 JST
Index: xoops2jp/html/modules/legacy/lib/ShadePlus/SoapClient.class.php diff -u xoops2jp/html/modules/legacy/lib/ShadePlus/SoapClient.class.php:1.1.2.4 xoops2jp/html/modules/legacy/lib/ShadePlus/SoapClient.class.php:1.1.2.5 --- xoops2jp/html/modules/legacy/lib/ShadePlus/SoapClient.class.php:1.1.2.4 Thu Nov 2 20:25:19 2006 +++ xoops2jp/html/modules/legacy/lib/ShadePlus/SoapClient.class.php Thu Dec 7 17:13:16 2006 @@ -1,7 +1,7 @@ <?php /** * @package ShadePlus - * @varsion $Id: SoapClient.class.php,v 1.1.2.4 2006/11/02 11:25:19 minahito Exp $ + * @varsion $Id: SoapClient.class.php,v 1.1.2.5 2006/12/07 08:13:16 tom_g3x Exp $ * * In the original BSD license, both occurrences of the phrase "COPYRIGHT * HOLDERS AND CONTRIBUTORS" in the disclaimer read "REGENTS AND CONTRIBUTORS". @@ -83,7 +83,7 @@ { foreach (array_keys($arr) as $key) { if (is_array($arr[$key])) { - $arr[$key] = $this->_decodeUTF8($arr[$Key], $languageManager); + $arr[$key] = $this->_decodeUTF8($arr[$key], $languageManager); } else { $arr[$key] = $languageManager->decodeUTF8($arr[$key]);