phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Caeies
Subject: [Phpgroupware-cvs] phpgwapi/inc class.net_http_client.inc.php
Date: Wed, 11 Oct 2006 15:34:41 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Caeies <Caeies> 06/10/11 15:34:41

Modified files:
        inc            : class.net_http_client.inc.php 

Log message:
        E_ALL fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.net_http_client.inc.php?cvsroot=phpgwapi&r1=1.6&r2=1.7

Patches:
Index: class.net_http_client.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.net_http_client.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- class.net_http_client.inc.php       10 Sep 2006 15:55:07 -0000      1.6
+++ class.net_http_client.inc.php       11 Oct 2006 15:34:41 -0000      1.7
@@ -637,7 +637,7 @@
                                        else
                                        {
                                                $host = $this->url['host'];
-                                               $port = $this->url['port'];
+                                               $port = 
isset($this->url['port']) ? $this->url['port'] : '';
                                        }
                                }
                                if( $port == '' )  $port = 80;




reply via email to

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