phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.http_dav_client.inc.php,1.1,1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.http_dav_client.inc.php,1.1,1.2
Date: Tue, 04 Mar 2003 12:46:19 -0500

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

Modified Files:
        class.http_dav_client.inc.php 
Log Message:
sim's patch #1096: webdav client class fix (small but essential)


Index: class.http_dav_client.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.http_dav_client.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.http_dav_client.inc.php       6 Feb 2003 22:45:05 -0000       1.1
--- class.http_dav_client.inc.php       4 Mar 2003 17:46:16 -0000       1.2
***************
*** 488,492 ****
                        }
                        $fixed_path = implode('/', $fixed_array);
!                       if (empty($parsed_uri['scheme']))
                        {
                                $parsed_uri['path'] = $fixed_path;
--- 488,492 ----
                        }
                        $fixed_path = implode('/', $fixed_array);
!                       if (!empty($parsed_uri['scheme']))
                        {
                                $parsed_uri['path'] = $fixed_path;
***************
*** 525,529 ****
                        }
                        $fixed_path = implode('/', $fixed_array);
!                       if (empty($parsed_uri['scheme']))
                        {
                                $parsed_uri['path'] = $fixed_path;
--- 525,529 ----
                        }
                        $fixed_path = implode('/', $fixed_array);
!                       if (!empty($parsed_uri['scheme']))
                        {
                                $parsed_uri['path'] = $fixed_path;





reply via email to

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