forked from extern/egroupware
added missing assignment
This commit is contained in:
parent
5bab15b433
commit
5aa9b3cfc7
@ -1291,7 +1291,7 @@ ORDER BY cal_user_type, cal_usre_id
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
$start = (int)time() + $alarm['offset'];
|
$start = (int)time() + $alarm['offset'];
|
||||||
egw_db::strip_array_keys($event, 'cal_');
|
$event = egw_db::strip_array_keys($event, 'cal_');
|
||||||
$rrule = calendar_rrule::event2rrule($event, false);
|
$rrule = calendar_rrule::event2rrule($event, false);
|
||||||
foreach ($rrule as $time)
|
foreach ($rrule as $time)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user