diff --git a/booking.emails.inc b/booking.emails.inc index 33690e3..16112b4 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -175,7 +175,7 @@ function _booking_manual_email_form_selecttype_dropdown_callback($form, &$form_s //set 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))); /* foreach (element_children($form['items']) as $key) { @@ -190,7 +190,7 @@ function _booking_manual_email_form_selecttype_dropdown_callback($form, &$form_s //unset($form['table']['#default_value']); //unset($form['table']['#value']); - watchdog('booking_debug', "
Manual email table element\n@info
", array('@info' => print_r( $form['table'], true))); + watchdog('booking_debug', "
Manual email form array\n@info
", array('@info' => print_r( $form, true))); // update the tableselect $commands = array();