test
This commit is contained in:
@@ -91,7 +91,7 @@ function booking_variety_session_callback($form, &$form_state) {
|
|||||||
|
|
||||||
//re-create the form element for this timeslot
|
//re-create the form element for this timeslot
|
||||||
$form['variety-sessions'][$fieldname] = array(
|
$form['variety-sessions'][$fieldname] = array(
|
||||||
'#options' => _booking_get_variety_timeslot_options($timeslot->tid),
|
'#options' => array('--'),
|
||||||
'#default_value' => '--',
|
'#default_value' => '--',
|
||||||
//isset($form_state['values'][$fieldname]) ? $form_state['values'][$fieldname] : '--',
|
//isset($form_state['values'][$fieldname]) ? $form_state['values'][$fieldname] : '--',
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user