mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
When fetching_event() it now locks the phpgw_cal_alarm table.
This commit is contained in:
parent
d709652b91
commit
585e481166
@ -303,7 +303,8 @@ class socalendar_ extends socalendar__
|
||||
$locks = Array(
|
||||
'phpgw_cal',
|
||||
'phpgw_cal_user',
|
||||
'phpgw_cal_repeats'
|
||||
'phpgw_cal_repeats',
|
||||
'phpgw_cal_alarm'
|
||||
);
|
||||
$this->stream->lock($locks);
|
||||
for($i=0;$i<count($this->deleted_events);$i++)
|
||||
|
Loading…
Reference in New Issue
Block a user