Remove unneeded check / resubmit, handled in dialog now.

Fixes recurring events not split if changed.
This commit is contained in:
Nathan Gray 2014-04-14 16:10:57 +00:00
parent 04760c6510
commit 2b9ef3e4da

View File

@ -639,8 +639,6 @@ class calendar_uiforms extends calendar_ui
break;
}
// splitting of series confirmed or first event clicked (no confirmation necessary)
if ($old_event['start'] == $event['actual_date'])
{
$orig_event = $event;
// calculate offset against old series start or clicked recurrance,
@ -714,12 +712,6 @@ class calendar_uiforms extends calendar_ui
$event['alarm'] = array();
}
}
else
{
$event['button_was'] = $button; // remember for confirm
$preserv['duration'] = $content['duration'];
}
}
}
else
{