phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.xmlrpc_client.inc.php,1.7,1.8


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.xmlrpc_client.inc.php,1.7,1.8
Date: Sat, 10 May 2003 04:52:24 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv15250

Modified Files:
        class.xmlrpc_client.inc.php 
Log Message:
fixed bad reference which caused problems on windows servers

Index: class.xmlrpc_client.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.xmlrpc_client.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** class.xmlrpc_client.inc.php 27 May 2002 00:52:00 -0000      1.7
--- class.xmlrpc_client.inc.php 10 May 2003 08:52:21 -0000      1.8
***************
*** 115,123 ****
                        if($timeout>0)
                        {
!                               $fp = fsockopen($server, $port, &$this->errno, 
&$this->errstr, $timeout);
                        }
                        else
                        {
!                               $fp = fsockopen($server, $port, &$this->errno, 
&$this->errstr);
                        }
                        if(!$fp)
--- 115,123 ----
                        if($timeout>0)
                        {
!                               $fp = fsockopen($server, $port, $this->errno, 
$this->errstr, $timeout);
                        }
                        else
                        {
!                               $fp = fsockopen($server, $port, $this->errno, 
$this->errstr);
                        }
                        if(!$fp)





reply via email to

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