From 8c43c3debe975c8da413e926f15b35e29a3017cf Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 May 2016 22:26:33 +1000 Subject: [PATCH] test --- booking.emails.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,