Don't unset lock create date, this won't work with PostgreSQL
This commit is contained in:
parent
bd1ab069e4
commit
3a0e3a6e80
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue