forked from extern/egroupware
Fix recurring event alarm issue
This commit is contained in:
parent
5465b281cc
commit
ae1807c571
@ -1092,7 +1092,10 @@ ORDER BY cal_user_type, cal_usre_id
|
|||||||
{
|
{
|
||||||
$alarm['time'] = $time;
|
$alarm['time'] = $time;
|
||||||
}
|
}
|
||||||
else continue;
|
elseif (!$next_occurrence)
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
$this->save_alarm($cal_id,$alarm);
|
$this->save_alarm($cal_id,$alarm);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user