From 5fa185af69faecdb3f168b82b9708d960c030ea3 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 May 2016 09:40:15 +1000 Subject: [PATCH] comment out --- booking.emails.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.emails.inc b/booking.emails.inc index ded5a52..cff2e4e 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -172,7 +172,7 @@ function _booking_manual_email_form_selecttype_dropdown_callback($form, &$form_s // configure new tableselect based on old table select $form['new']['table'] = $cached_form['table']; //set new default values - $form['new']['table']['#default_value'] = $new_default_values; + //$form['new']['table']['#default_value'] = $new_default_values; watchdog('booking_debug', "
Manual email new form table\n@info
", array('@info' => print_r( $form['new']['table'], true))); form_set_cache($form['#build_id'], $cached_form, $form_state);