diff --git a/calendar/event.php b/calendar/event.php index 8c2ead7fbb2..257c11e0185 100644 --- a/calendar/event.php +++ b/calendar/event.php @@ -367,8 +367,6 @@ break; case 'new': - set_default($form->timestart, -1); - if($cal_y && $cal_m && $cal_d && checkdate($cal_m, $cal_d, $cal_y)) { $form->timestart = make_timestamp($cal_y, $cal_m, $cal_d, 0, 0, 0); }