put tableselect back

This commit is contained in:
Nathan Coad
2018-07-03 23:23:56 +10:00
parent ccedba7b46
commit 62be5346fb

View File

@@ -413,10 +413,10 @@ function booking_variety_list_session_form($node, &$form_state, $timeslot_id = 0
} }
$form['table'] = array ( $form['table'] = array (
//'#type' => 'tableselect', '#type' => 'tableselect',
'#header' => $header, '#header' => $header,
'#options' => $options, '#options' => $options,
//'#multiple' => false, '#multiple' => false,
); );
return array ( return array (