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.2,1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.http_dav_client.inc.php,1.2,1.3
Date: Tue, 04 Mar 2003 13:10:17 -0500

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

Modified Files:
        class.http_dav_client.inc.php 
Log Message:
sim's patch #1217: webdav client cache fix


Index: class.http_dav_client.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.http_dav_client.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.http_dav_client.inc.php       4 Mar 2003 17:46:16 -0000       1.2
--- class.http_dav_client.inc.php       4 Mar 2003 18:10:15 -0000       1.3
***************
*** 694,698 ****
                                $newitem['name'] = 
$this->decodeurl($newitem['name']);
                                $result[$fixed_name]=$newitem;
!                               $this->cached_props[$name.'//1//1'] = 
array($fixed_name=>$newitem);
                        }
                        if ($sorted)
--- 694,705 ----
                                $newitem['name'] = 
$this->decodeurl($newitem['name']);
                                $result[$fixed_name]=$newitem;
!                               if ($newitem['is_dir']==1)
!                               {
!                                       $this->cached_props[$name.'//0//1'] = 
array($fixed_name=>$newitem);
!                               }
!                               else
!                               {
!                                       $this->cached_props[$name.'//1//1'] = 
array($fixed_name=>$newitem);
!                               }
                        }
                        if ($sorted)





reply via email to

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