test
This commit is contained in:
@@ -58,7 +58,7 @@ function booking_variety_regn_form($node, &$form_state)
|
||||
'#type' => 'select',
|
||||
'#title' => t('Variety Session: ' . $timeslot->booking_variety_time_descrip),
|
||||
'#required' => TRUE,
|
||||
'#default_value' => isset($form_state['values'][$fieldname]) ? $form_state['values'][$fieldname] : 'Paintball',
|
||||
'#default_value' => isset($form_state['values'][$fieldname]) ? $form_state['values'][$fieldname] : 1,
|
||||
'#options' => _booking_get_variety_timeslot_options($timeslot->tid),
|
||||
'#prefix' => '<div id="booking_variety_session_' . $timeslot->tid . 'wrapper">',
|
||||
'#suffix' => '</div>',
|
||||
|
Reference in New Issue
Block a user