mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
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;
|
||||
}
|
||||
$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);
|
||||
foreach ($rrule as $time)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user