From 37b9a202c15ff8e786d822e993e771b688b579d7 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 May 2016 12:41:02 +1000 Subject: [PATCH] test --- booking.emails.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/booking.emails.inc b/booking.emails.inc index 94e97e0..70a2a60 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -193,7 +193,8 @@ function _booking_manual_email_generate_options() { 'booking_fully_paid' => $data->booking_payment_complete == 'Y' ? 'Yes' : 'No', 'welfare_required' => $data->booking_welfare_required == 'Y' ? 'Yes' : 'No', 'travel_form' => $data->tid > 0 ? 'Yes' : 'No', - '#attributes' => array('class' => array($class)), + '#attributes' => array('class' => array($class), '#name' => array('table[' . $data->nid . ']')), + '#name' => array('table2[' . $data->nid . ']'), ); if (variable_get('booking_enable_studygroups', 0) == 1) {