From e695c26e78fdc4e9806e1b8b4ab6d4adbec4835a Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 May 2016 11:00:30 +1000 Subject: [PATCH] fix typo --- booking.emails.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.emails.inc b/booking.emails.inc index 74dcbd8..ec2cce0 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -169,7 +169,7 @@ function _booking_manual_email_selecttype_dropdown_callback($form, &$form_state) watchdog('booking_debug', "
Manual email cached form\n@info
", array('@info' => print_r( $cached_form, true))); //unset old tableselect - unsset($form['table']); + unset($form['table']); // configure new tableselect based on old table select $form['table'] = $cached_form['form']['table'];