diff --git a/booking.emails.inc b/booking.emails.inc index ef7ec69..8b98b54 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -127,7 +127,7 @@ function booking_manual_email($preselected = NULL) $form['table'] = array ( '#type' => 'tableselect', - '#multiple' => TRUE, + //'#multiple' => TRUE, '#header' => $header, '#options' => $options, '#default_value' => $values,