more debug statements

This commit is contained in:
2016-05-26 09:34:38 +10:00
parent bde2f3800e
commit 25ceaa7e62

View File

@@ -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', "<pre>Manual email new form table\n@info</pre>", 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', "<pre>Manual email table element\n@info</pre>", array('@info' => print_r( $form['table'], true)));
watchdog('booking_debug', "<pre>Manual email form array\n@info</pre>", array('@info' => print_r( $form, true)));
// update the tableselect
$commands = array();