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: Sat, 25 Feb 2006 18:58:12 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Branch:         
Changes by:     Caeies <address@hidden> 06/02/25 18:58:12

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

Log message:
        a damn typo, sorry for that

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/phpgwapi/inc/class.http_dav_client.inc.php.diff?tr1=1.15&tr2=1.16&r1=text&r2=text

Patches:
Index: phpgwapi/inc/class.http_dav_client.inc.php
diff -u phpgwapi/inc/class.http_dav_client.inc.php:1.15 
phpgwapi/inc/class.http_dav_client.inc.php:1.16
--- phpgwapi/inc/class.http_dav_client.inc.php:1.15     Wed Dec 21 14:50:54 2005
+++ phpgwapi/inc/class.http_dav_client.inc.php  Sat Feb 25 18:58:12 2006
@@ -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.15 2005/12/21 
14:50:54 Caeies Exp $
+       * @version $Id: class.http_dav_client.inc.php,v 1.16 2006/02/25 
18:58:12 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
        */
 
@@ -512,7 +512,7 @@
                                {
                                        if ($item[$vfs_name])
                                        {
-                                               if(is_string($item[$vfs_name])
+                                               if(is_string($item[$vfs_name]))
                                                {
                                                        $newitem[$vfs_name] = 
utf8_decode($item[$vfs_name]);
                                                }




reply via email to

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