patch #2952: typo in class.calendar_so.inc.php

This commit is contained in:
Ralf Becker 2011-05-03 17:28:54 +00:00
parent 19cb4ca8d4
commit 9e141e72e0

View File

@ -1985,7 +1985,7 @@ ORDER BY cal_user_type, cal_usre_id
$egw_rrule->current = clone $egw_rrule->time;
if ($expand_all)
{
unset($event['recur_excpetion']);
unset($event['recur_exception']);
$remote_rrule = calendar_rrule::event2rrule($event, false, $tz_id);
$remote_rrule->current = clone $remote_rrule->time;
}