test again again

This commit is contained in:
2016-05-26 11:37:56 +10:00
parent ec6971d42a
commit ccaa107103

View File

@@ -286,8 +286,8 @@ function _booking_manual_email_selecttype_dropdown_callback($form, &$form_state)
watchdog('booking_debug', "<pre>Manual email new default values\n@info</pre>", array('@info' => print_r( $form['table']['#default_value'], true))); watchdog('booking_debug', "<pre>Manual email new default values\n@info</pre>", array('@info' => print_r( $form['table']['#default_value'], true)));
watchdog('booking_debug', "<pre>Manual email new form array\n@info</pre>", array('@info' => print_r( $form, true))); watchdog('booking_debug', "<pre>Manual email new form array\n@info</pre>", array('@info' => print_r( $form, true)));
$new_html = drupal_render($form['table']); //$new_html = drupal_render($form['table']);
watchdog('booking_debug', "<pre>Manual email rendered table\n@info</pre>", array('@info' => print_r( $new_html), true)); //watchdog('booking_debug', "<pre>Manual email rendered table\n@info</pre>", array('@info' => print_r( $new_html), true));
// update the tableselect // update the tableselect
$commands = array(); $commands = array();