From dd780489ec3aaccbcafb86d6b343e57bfaa48d87 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 May 2016 10:53:55 +1000 Subject: [PATCH] back to basics --- booking.emails.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.emails.inc b/booking.emails.inc index 1cbcb3f..7069416 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -173,7 +173,7 @@ function _booking_manual_email_selecttype_dropdown_callback($form, &$form_state) $form['new']['table'] = $cached_form['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))); watchdog('booking_debug', "
Manual email new default values\n@info
", array('@info' => print_r( $form['new']['table']['#default_value'], true))); watchdog('booking_debug', "
Manual email new form array\n@info
", array('@info' => print_r( $form['new'], true)));