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

This commit is contained in:
Aleksander Machniak 2012-05-25 10:43:13 +02:00
parent bd1ab069e4
commit 3a0e3a6e80

View file

@ -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'