"missing rename to store alarms correct"

This commit is contained in:
Ralf Becker 2008-06-10 04:22:37 +00:00
parent 2c33afe51b
commit 26b9126bf6

View File

@ -1010,7 +1010,7 @@ ORDER BY cal_user_type, cal_usre_id
} }
$alarm['cal_id'] = $cal_id; // we need the back-reference $alarm['cal_id'] = $cal_id; // we need the back-reference
if (!$this->async->set_timer($alarm['time'],$id,'calendar.bocalupdate.send_alarm',$alarm)) if (!$this->async->set_timer($alarm['time'],$id,'calendar.calendar_boupdate.send_alarm',$alarm))
{ {
return False; return False;
} }