Fix recurring event alarm issue

This commit is contained in:
Jörg Lehrke 2010-06-18 13:37:42 +00:00
parent 5465b281cc
commit ae1807c571

View File

@ -1092,7 +1092,10 @@ ORDER BY cal_user_type, cal_usre_id
{
$alarm['time'] = $time;
}
else continue;
elseif (!$next_occurrence)
{
continue;
}
}
$this->save_alarm($cal_id,$alarm);
}