mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
also update etag and modified, to change ctag and sync-tags
This commit is contained in:
parent
f0252c1b74
commit
ab9865803d
@ -2310,8 +2310,8 @@ function calendar_upgrade14_1()
|
||||
{
|
||||
$GLOBALS['egw_setup']->db->query(
|
||||
"UPDATE egw_cal
|
||||
SET cal_reference=0
|
||||
WHERE cal_reference != 0 AND cal_id IN (SELECT cal_id FROM egw_cal_repeats)", __LINE__, __FILE__);
|
||||
SET cal_reference=0,cal_etag=cal_etag+1,cal_modifier=0,cal_modified=".time().
|
||||
"WHERE cal_reference != 0 AND cal_id IN (SELECT cal_id FROM egw_cal_repeats)", __LINE__, __FILE__);
|
||||
|
||||
foreach($GLOBALS['egw_setup']->db->query(
|
||||
"SELECT DISTINCT master.cal_id,egw_cal_user.cal_user_type,egw_cal_user.cal_user_id,'E' AS cal_status
|
||||
|
Loading…
Reference in New Issue
Block a user