Backport fix for bug where a rejected event could still cause a schedule conflict

This commit is contained in:
Nathan Gray 2010-03-26 15:37:04 +00:00
parent ee4820f782
commit dbff057e89

View File

@ -187,7 +187,7 @@ class calendar_boupdate extends calendar_bo
{
if ($overlap['participants'][$uid][0] == 'R')
{
unset($common_parts[$uid]);
unset($common_parts[$n]);
continue;
}
if (is_numeric($uid) || !in_array($uid[0],$types_with_quantity))
@ -1793,4 +1793,4 @@ class calendar_boupdate extends calendar_bo
'master_event' => $master_event,
);
}
}
}