From 3dd0f58a9bfcbd36404fe3dfe4ef457852179736 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 May 2016 11:57:08 +1000 Subject: [PATCH] debug --- booking.emails.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/booking.emails.inc b/booking.emails.inc index 9f2b721..3afd5b8 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -240,7 +240,8 @@ function _booking_manual_email_selecttype_dropdown_callback($form, &$form_state) } $form['table']['#options'] = $options; - $form['table']['#default_value'] = $new_default_values; + watchdog('booking_debug', "
Manual email new form table\n@info
", array('@info' => print_r( $form['table'], true))); + //$form['table']['#default_value'] = $new_default_values; $form['table'] = form_process_tableselect($form['table']); return $form['table'];