more debug statements
This commit is contained in:
@@ -175,7 +175,7 @@ function _booking_manual_email_form_selecttype_dropdown_callback($form, &$form_s
|
|||||||
|
|
||||||
//set new default values
|
//set new default values
|
||||||
$form['new']['table']['#default_value'] = $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) {
|
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']['#default_value']);
|
||||||
//unset($form['table']['#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
|
// update the tableselect
|
||||||
$commands = array();
|
$commands = array();
|
||||||
|
Reference in New Issue
Block a user