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.11,1.12


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

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

Modified Files:
        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.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** class.network.inc.php       13 May 2002 23:40:56 -0000      1.11
--- class.network.inc.php       20 Jul 2002 01:32:00 -0000      1.12
***************
*** 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]