Fix bug where a rejected event could still cause a schedule conflict

This commit is contained in:
Nathan Gray 2010-03-25 20:23:22 +00:00
parent 04c83e9b14
commit 84d3643b22

View File

@ -265,7 +265,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))
@ -2154,4 +2154,4 @@ class calendar_boupdate extends calendar_bo
}
}
}
}
}