This commit is contained in:
Nathan Coad
2018-05-02 13:17:44 +10:00
parent f8a9f76e20
commit 4e2f7f74f8

View File

@@ -91,7 +91,7 @@ function booking_variety_session_callback($form, &$form_state) {
//re-create the form element for this timeslot
$form['variety-sessions'][$fieldname] = array(
'#options' => _booking_get_variety_timeslot_options($timeslot->tid),
'#options' => array('--'),
'#default_value' => '--',
//isset($form_state['values'][$fieldname]) ? $form_state['values'][$fieldname] : '--',
);