This commit is contained in:
2016-05-26 22:26:33 +10:00
parent b184847b21
commit 8c43c3debe

View File

@@ -127,7 +127,7 @@ function booking_manual_email($preselected = NULL)
$form['table'] = array ( $form['table'] = array (
'#type' => 'tableselect', '#type' => 'tableselect',
'#multiple' => TRUE, //'#multiple' => TRUE,
'#header' => $header, '#header' => $header,
'#options' => $options, '#options' => $options,
'#default_value' => $values, '#default_value' => $values,