phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/inc class.soapclient.inc.php


From: Caeies
Subject: [Phpgroupware-cvs] phpgwapi/inc class.soapclient.inc.php
Date: Sun, 24 Sep 2006 13:04:18 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Caeies <Caeies> 06/09/24 13:04:18

Modified files:
        inc            : class.soapclient.inc.php 

Log message:
        E_ALL fix (included in the new script generator)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.soapclient.inc.php?cvsroot=phpgwapi&r1=1.11&r2=1.12

Patches:
Index: class.soapclient.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.soapclient.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- class.soapclient.inc.php    24 Sep 2006 11:51:10 -0000      1.11
+++ class.soapclient.inc.php    24 Sep 2006 13:04:18 -0000      1.12
@@ -7,7 +7,7 @@
        * @package phpgwapi
        * @subpackage communication
        * Please see original header after this one and 
class.nusoap_base.inc.php
-       * @version $Id: class.soapclient.inc.php,v 1.11 2006/09/24 11:51:10 
Caeies Exp $
+       * @version $Id: class.soapclient.inc.php,v 1.12 2006/09/24 13:04:18 
Caeies Exp $
        */
 
 /* Please see class.base_nusoap.inc.php for more information */
@@ -128,7 +128,7 @@
                                
                                // instantiate wsdl object and parse wsdl file
                                $this->debug('instantiating wsdl class with 
doc: '.$endpoint);
-                               $this->wsdl =& createObject 
("phpgwapi.wsdl",$this->wsdlFile,$this->proxyhost,$this->proxyport,$this->proxyusername,$this->proxypassword,$this->timeout,$this->response_timeout);
+                               $this->wsdl = createObject 
("phpgwapi.wsdl",$this->wsdlFile,$this->proxyhost,$this->proxyport,$this->proxyusername,$this->proxypassword,$this->timeout,$this->response_timeout);
                        }
                        $this->appendDebug($this->wsdl->getDebug());
                        $this->wsdl->clearDebug();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]