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,1.7


From: Caeies
Subject: [Phpgroupware-cvs] phpgwapi/inc class.http_dav_client.inc.php,1.7
Date: Sun, 20 Feb 2005 15:11:00 +0100

Update of phpgwapi/inc

Modified Files:
     Branch: MAIN
            class.http_dav_client.inc.php lines: +2 -2

Log Message:
Small Workaround to work with subversion

====================================================
Index: phpgwapi/inc/class.http_dav_client.inc.php
diff -u phpgwapi/inc/class.http_dav_client.inc.php:1.6 
phpgwapi/inc/class.http_dav_client.inc.php:1.7
--- phpgwapi/inc/class.http_dav_client.inc.php:1.6      Thu Dec 30 09:00:31 2004
+++ phpgwapi/inc/class.http_dav_client.inc.php  Sun Feb 20 14:11:02 2005
@@ -525,7 +525,7 @@
                                }

                                $newitem['name'] = $item['name'];
-                               if ($item['getcontenttype'] == 
'httpd/unix-directory')
+                               if ($item['getcontenttype'] == 
'httpd/unix-directory' || is_array($item['resourcetype']['collection']) )
                                {
                                        $newitem['is_dir'] = 1;
                                        $newitem['mime_type']='Directory';






reply via email to

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