phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Caeies
Subject: [Phpgroupware-cvs] phpgwapi/inc class.http_dav_client.inc.php
Date: Sun, 10 Sep 2006 10:12:15 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Caeies <Caeies> 06/09/10 10:12:15

Modified files:
        inc            : class.http_dav_client.inc.php 

Log message:
        little bug correction

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.http_dav_client.inc.php?cvsroot=phpgwapi&r1=1.18&r2=1.19

Patches:
Index: class.http_dav_client.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.http_dav_client.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- class.http_dav_client.inc.php       10 Sep 2006 09:46:46 -0000      1.18
+++ class.http_dav_client.inc.php       10 Sep 2006 10:12:15 -0000      1.19
@@ -7,7 +7,7 @@
        * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage network
-       * @version $Id: class.http_dav_client.inc.php,v 1.18 2006/09/10 
09:46:46 Caeies Exp $
+       * @version $Id: class.http_dav_client.inc.php,v 1.19 2006/09/10 
10:12:15 Caeies Exp $
        * @internal At the moment much of this is simply a wrapper around the 
NET_HTTP_Client class, with some other methods for parsing the returned XML etc 
Ideally this will eventually use groupware's inbuilt HTTP class
        */
 
@@ -490,7 +490,7 @@
                                {
                                        //_debug_array('Returning empty array 
:/ for '.$url);
                                        
$this->cached_props[$request_id]['status'] = $ret;
-                                       
$this->cached_props[$request_id]['data'] = array();
+                                       
$this->cached_props[$request_id]['data'] = false;
                                        $props = array();
                                        return $ret != 401;
                                }




reply via email to

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