From ccaa107103d22b2e55caefc7d78748b18e28b100 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 May 2016 11:37:56 +1000 Subject: [PATCH] test again again --- booking.emails.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/booking.emails.inc b/booking.emails.inc index e23b493..23ad762 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -286,8 +286,8 @@ function _booking_manual_email_selecttype_dropdown_callback($form, &$form_state) watchdog('booking_debug', "
Manual email new default values\n@info
", array('@info' => print_r( $form['table']['#default_value'], true))); watchdog('booking_debug', "
Manual email new form array\n@info
", array('@info' => print_r( $form, true))); - $new_html = drupal_render($form['table']); - watchdog('booking_debug', "
Manual email rendered table\n@info
", array('@info' => print_r( $new_html), true)); + //$new_html = drupal_render($form['table']); + //watchdog('booking_debug', "
Manual email rendered table\n@info
", array('@info' => print_r( $new_html), true)); // update the tableselect $commands = array();