Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube

This commit is contained in:
Thomas Bruederli 2012-05-25 18:09:12 +02:00
commit fab0c00194

View file

@ -557,7 +557,7 @@ class kolab_storage_cache
return; return;
$this->db->query( $this->db->query(
"UPDATE kolab_cache SET msguid=0, created='' ". "UPDATE kolab_cache SET msguid=0 ".
"WHERE resource=? AND type=?", "WHERE resource=? AND type=?",
$this->resource_uri, $this->resource_uri,
'lock' 'lock'