get_record('course', array('id'=>($form->courseid ? $form->courseid : $site->id))); $startselectors = moodle_select::make_time_selectors(array( 'days' => 'startday', 'months' => 'startmon', 'years' => 'startyr', 'hours' => 'starthr', 'minutes' => 'startmin'), (int) $form->timestart); $endselectors = moodle_select::make_time_selectors(array( 'days' => 'endday', 'months' => 'endmon', 'years' => 'endyr', 'hours' => 'endhr', 'minutes' => 'endmin'), $form->timestart + $form->timeduration); ?>