mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 03:41:53 +02:00
"missing rename to store alarms correct"
This commit is contained in:
parent
2c33afe51b
commit
26b9126bf6
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user