phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Caeies
Subject: [Phpgroupware-cvs] phpgwapi/inc class.network.inc.php
Date: Sun, 17 Dec 2006 16:46:37 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Caeies <Caeies> 06/12/17 16:46:37

Modified files:
        inc            : class.network.inc.php 

Log message:
        E_ALL fix when the httpproxy is not set

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.network.inc.php?cvsroot=phpgwapi&r1=1.15&r2=1.16

Patches:
Index: class.network.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.network.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- class.network.inc.php       30 Dec 2004 06:47:31 -0000      1.15
+++ class.network.inc.php       17 Dec 2006 16:46:37 -0000      1.16
@@ -7,7 +7,7 @@
        * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage network
-       * @version $Id: class.network.inc.php,v 1.15 2004/12/30 06:47:31 
skwashd Exp $
+       * @version $Id: class.network.inc.php,v 1.16 2006/12/17 16:46:37 Caeies 
Exp $
        */
 
        /**
@@ -184,7 +184,7 @@
                                $auth = '';
                        }
 
-                       if 
($GLOBALS['phpgw_info']['server']['httpproxy_server'])
+                       if 
(isset($GLOBALS['phpgw_info']['server']['httpproxy_server']) && 
$GLOBALS['phpgw_info']['server']['httpproxy_server'])
                        {
                                if ($this->open_port($server,80, 15))
                                {




reply via email to

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