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.9


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

Update of phpgwapi/inc

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

Log Message:
When cache is working, create a new file is not :/, fixed

====================================================
Index: phpgwapi/inc/class.http_dav_client.inc.php
diff -u phpgwapi/inc/class.http_dav_client.inc.php:1.8 
phpgwapi/inc/class.http_dav_client.inc.php:1.9
--- phpgwapi/inc/class.http_dav_client.inc.php:1.8      Sun Feb 20 15:33:32 2005
+++ phpgwapi/inc/class.http_dav_client.inc.php  Sun Feb 20 16:45:37 2005
@@ -600,6 +600,8 @@
                $uri = $this->encodeurl($uri);
 if (DEBUG_CACHE) echo '<b>cache cleared</b>';
                $this->cached_props = array();
+if (DEBUG_CACHEPROP) echo '<b>cache propfind ('.$uri.') setted</b>';
+               $this->cached_propfind[$uri] = 200;
                if (strlen($token))
                {
                        $this->http_client->addHeader('If', '<'.$uri.'>'.' 
(<'.$token.'>)');






reply via email to

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