plugins/libkolab

Aleksander Machniak machniak at kolabsys.com
Fri May 25 10:43:53 CEST 2012


 plugins/libkolab/lib/kolab_storage_cache.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3a0e3a6e805fd6deedfd2a9d90ecd29c465f5ff2
Author: Aleksander Machniak <alec at alec.pl>
Date:   Fri May 25 10:43:13 2012 +0200

    Don't unset lock create date, this won't work with PostgreSQL

diff --git a/plugins/libkolab/lib/kolab_storage_cache.php b/plugins/libkolab/lib/kolab_storage_cache.php
index 370eac1..3767177 100644
--- a/plugins/libkolab/lib/kolab_storage_cache.php
+++ b/plugins/libkolab/lib/kolab_storage_cache.php
@@ -548,7 +548,7 @@ class kolab_storage_cache
             return;
 
         $this->db->query(
-            "UPDATE kolab_cache SET msguid=0, created='' ".
+            "UPDATE kolab_cache SET msguid=0 ".
             "WHERE resource=? AND type=?",
             $this->resource_uri,
             'lock'





More information about the commits mailing list