forked from extern/egroupware
if event is an exception: update modified of master, to force etag, ctag and sync-token change
This commit is contained in:
parent
21f9f684cf
commit
034c431974
@ -1620,7 +1620,7 @@ ORDER BY cal_user_type, cal_usre_id
|
|||||||
$this->updateModified($cal_id);
|
$this->updateModified($cal_id);
|
||||||
|
|
||||||
// if event is an exception: update modified of master, to force etag, ctag and sync-token change
|
// 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);
|
$this->updateModified($master_id);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user