diff --git a/booking.emails.inc b/booking.emails.inc index 633b0ed..b0b24bc 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -192,7 +192,7 @@ function _booking_manual_email_selecttype_dropdown_callback($form, &$form_state) //unset($form['table']['#value']); watchdog('booking_debug', "
Manual email table form array\n@info
", array('@info' => print_r( $form, true))); - watchdog('booking_debug', "
Manual email rendered table\n@info
", array('@info' => print_r( drupal_render($form['table'], true))); + watchdog('booking_debug', "
Manual email rendered table\n@info
", array('@info' => print_r( drupal_render($form['table']), true))); // update the tableselect $commands = array(); $commands[] = ajax_command_replace('#manual-email-attendees-items', drupal_render($form['table']));