When fetching_event() it now locks the phpgw_cal_alarm table.

This commit is contained in:
skeeter 2001-09-11 03:08:04 +00:00
parent d709652b91
commit 585e481166

View File

@ -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++)