debug
This commit is contained in:
@@ -240,7 +240,8 @@ function _booking_manual_email_selecttype_dropdown_callback($form, &$form_state)
|
||||
}
|
||||
|
||||
$form['table']['#options'] = $options;
|
||||
$form['table']['#default_value'] = $new_default_values;
|
||||
watchdog('booking_debug', "<pre>Manual email new form table\n@info</pre>", array('@info' => print_r( $form['table'], true)));
|
||||
//$form['table']['#default_value'] = $new_default_values;
|
||||
$form['table'] = form_process_tableselect($form['table']);
|
||||
return $form['table'];
|
||||
|
||||
|
Reference in New Issue
Block a user