diff --git a/booking.emails.inc b/booking.emails.inc index d511621..6ed7cc3 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -278,7 +278,7 @@ function _booking_manual_email_selecttype_ajax_callback($form, &$form_state) { $form['table']['#value'] = $new_default_values; */ watchdog('booking_debug', "
Manual email new form table\n@info", array('@info' => print_r( $form['new']['table'], true))); - return $form['new']['table']; + return form_process_tableselect($form['new']['table']); $form['table'] = array ( '#type' => 'tableselect',