phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.network.inc.php,1.8.2.2,1.8.2


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.network.inc.php,1.8.2.2,1.8.2.3
Date: Fri, 19 Jul 2002 21:31:26 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.network.inc.php 
Log Message:
Possible fix for the network class error on line 81.

Index: class.network.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.network.inc.php,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -C2 -r1.8.2.2 -r1.8.2.3
*** class.network.inc.php       13 May 2002 23:40:46 -0000      1.8.2.2
--- class.network.inc.php       20 Jul 2002 01:31:24 -0000      1.8.2.3
***************
*** 79,83 ****
                        {
                                $this->socket = 
fsockopen($server,$port,$errcode,$errmsg,$timeout);
!                               socket_set_timeout($this->socket,$timeout,0);
                        }
                        else
--- 79,86 ----
                        {
                                $this->socket = 
fsockopen($server,$port,$errcode,$errmsg,$timeout);
!                               if($this->socket)
!                               {
!                                       
socket_set_timeout($this->socket,$timeout,0);
!                               }
                        }
                        else




reply via email to

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