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

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 11月 2日 (木) 20:25:19 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.3 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.3	Wed Nov  1 15:46:56 2006
+++ xoops2jp/html/modules/legacy/lib/ShadePlus/SoapClient.class.php	Thu Nov  2 20:25:19 2006
@@ -36,11 +36,11 @@
 
 if (!class_exists('XCube_AbstractServiceClient')) exit();
 
-class Shade_SoapClient extends XCube_AbstractServiceClient
+class ShadePlus_SoapClient extends XCube_AbstractServiceClient
 {
 	var $mClient = null;
 	
-	function Shade_SoapClient(&$service)
+	function ShadePlus_SoapClient(&$service)
 	{
 		parent::XCube_AbstractServiceClient($service);
 		$this->mClient =& new soap_client($service, true);


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