Minahito
minah****@users*****
2006年 9月 1日 (金) 12:13:11 JST
Index: xoops2jp/html/modules/base/lib/ShadeSoap/NusoapServer.class.php diff -u xoops2jp/html/modules/base/lib/ShadeSoap/NusoapServer.class.php:1.1.2.1 xoops2jp/html/modules/base/lib/ShadeSoap/NusoapServer.class.php:1.1.2.2 --- xoops2jp/html/modules/base/lib/ShadeSoap/NusoapServer.class.php:1.1.2.1 Wed Aug 30 19:07:12 2006 +++ xoops2jp/html/modules/base/lib/ShadeSoap/NusoapServer.class.php Fri Sep 1 12:13:10 2006 @@ -1,7 +1,7 @@ <?php /** * @package ShadeSoap - * @version $Id: NusoapServer.class.php,v 1.1.2.1 2006/08/30 10:07:12 minahito Exp $ + * @version $Id: NusoapServer.class.php,v 1.1.2.2 2006/09/01 03:13:10 minahito Exp $ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -135,10 +135,10 @@ { foreach (array_keys($arr) as $key) { if (is_array($arr[$key])) { - $arr[$key] = $this->_encodeUTF8($arr[$Key], $languageManager); + $arr[$key] = $this->_encodeUTF8($arr[$key], $languageManager); } else { - $arr[$Key] = $languageManager->encodeUTF8($arr[$key]); + $arr[$key] = $languageManager->encodeUTF8($arr[$key]); } }