diff --git a/booking.emails.inc b/booking.emails.inc index 4118af5..6cc8bdd 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -42,7 +42,7 @@ function booking_manual_email() '#options' => array("---" => "---", "Unpaid" => "Unpaid", "Waiting List" => "Waiting List"), '#default_value' => "---", '#ajax' => array( - 'callback' => '_booking_manual_email_selecttype_dropdown_callback', + 'callback' => '_booking_manual_email_selecttype_ajax_callback', 'wrapper' => 'manual-email-attendees-items', 'event' => 'change', ), @@ -126,7 +126,7 @@ function booking_manual_email() '#multiple' => TRUE, '#header' => $header, '#options' => $options, - //'#default_value' => array("1812" => TRUE, "1813" => FALSE), + '#default_value' => array("1812" => TRUE, "1813" => FALSE), '#empty' => t('No attendees found.'), '#attributes' => array('id' => 'sort-table'), '#prefix' => '