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

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 11月 1日 (水) 15:46:56 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.2 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.2	Tue Oct 31 19:30:53 2006
+++ xoops2jp/html/modules/legacy/lib/ShadePlus/SoapClient.class.php	Wed Nov  1 15:46:56 2006
@@ -34,9 +34,9 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-if (!defined('XCube_AbstractServiceClient')) exit();
+if (!class_exists('XCube_AbstractServiceClient')) exit();
 
-class ShadePlus_SoapClient extends XCube_AbstractServiceClient
+class Shade_SoapClient extends XCube_AbstractServiceClient
 {
 	var $mClient = null;
 	


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