mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 11:29:23 +01:00
if event is an exception: update modified of master, to force etag, ctag and sync-token change
This commit is contained in:
parent
84b0c79d05
commit
1035175419
@ -1586,7 +1586,7 @@ ORDER BY cal_user_type, cal_usre_id
|
||||
$this->updateModified($cal_id);
|
||||
|
||||
// if event is an exception: update modified of master, to force etag, ctag and sync-token change
|
||||
if (($master_id = $this->select($this->cal_table, 'cal_reference', array('cal_id' => $cal_id), __LINE__, __FILE__)->fetchColumn()))
|
||||
if (($master_id = $this->db->select($this->cal_table, 'cal_reference', array('cal_id' => $cal_id), __LINE__, __FILE__)->fetchColumn()))
|
||||
{
|
||||
$this->updateModified($master_id);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user