mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-07-27 12:59:54 +00:00
Fix typo.
This commit is contained in:
parent
8a5d641297
commit
f67780c461
@ -191,7 +191,7 @@ EOSQL;
|
||||
$qry->QDo($sql, $sqlargs);
|
||||
|
||||
// Delete the sync tokens...
|
||||
$sql = 'DELETE FROM sync_token WHERE collection_id IN (:source_id, :archive_id)';
|
||||
$sql = 'DELETE FROM sync_tokens WHERE collection_id IN (:source_id, :archive_id)';
|
||||
$qry->QDo($sql, $sqlargs);
|
||||
|
||||
// Delete the sync_changes...
|
||||
@ -204,4 +204,4 @@ EOSQL;
|
||||
$cache->delete( $cache_ns, null );
|
||||
$cache_ns = 'collection-'.preg_replace( '{/[^/]*$}', '/', $collection_archive);
|
||||
$cache->delete( $cache_ns, null );
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user