comment out

This commit is contained in:
2016-05-26 09:40:15 +10:00
parent 64509f414f
commit 5fa185af69

View File

@@ -172,7 +172,7 @@ function _booking_manual_email_form_selecttype_dropdown_callback($form, &$form_s
// configure new tableselect based on old table select // configure new tableselect based on old table select
$form['new']['table'] = $cached_form['table']; $form['new']['table'] = $cached_form['table'];
//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))); watchdog('booking_debug', "<pre>Manual email new form table\n@info</pre>", array('@info' => print_r( $form['new']['table'], true)));
form_set_cache($form['#build_id'], $cached_form, $form_state); form_set_cache($form['#build_id'], $cached_form, $form_state);