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();