-small fix to allow overlapping of scheduled items.

This commit is contained in:
martin 2011-03-06 16:57:42 -05:00
parent 9aec669104
commit 6c70e4994f
2 changed files with 4 additions and 5 deletions

View file

@ -128,9 +128,6 @@ class ScheduleGroup {
if (empty($length)) {
return new PEAR_Error("Length is empty.");
}
if (!Schedule::isScheduleEmptyInRange($p_datetime, $length)) {
return new PEAR_Error("Schedule conflict.", 555);
}
// Insert all items into the schedule
$this->groupId = $CC_DBC->GetOne("SELECT nextval('schedule_group_id_seq')");