[xoops-cvslog 5533] CVS update: xoops2jp/html/modules/legacy/lib/ShadePlus

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 10月 31日 (火) 19:30:53 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.1 xoops2jp/html/modules/legacy/lib/ShadePlus/SoapClient.class.php:1.1.2.2
--- xoops2jp/html/modules/legacy/lib/ShadePlus/SoapClient.class.php:1.1.2.1	Sat Oct 14 23:55:28 2006
+++ xoops2jp/html/modules/legacy/lib/ShadePlus/SoapClient.class.php	Tue Oct 31 19:30:53 2006
@@ -44,6 +44,7 @@
 	{
 		parent::XCube_AbstractServiceClient($service);
 		$this->mClient =& new soap_client($service, true);
+		$this->mClient->decodeUTF8(false);
 	}
 	
 	function call($operation, $args)
@@ -85,7 +86,7 @@
 				$arr[$key] = $this->_decodeUTF8($arr[$Key], $languageManager);
 			}
 			else {
-				$arr[$Key] = $languageManager->decodeUTF8($arr[$key]);
+				$arr[$key] = $languageManager->decodeUTF8($arr[$key]);
 			}
 		}
 		


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