diff --git a/booking.emails.inc b/booking.emails.inc index 3ff7ec7..d027cf5 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -129,7 +129,7 @@ function booking_manual_email($preselected = NULL) '#multiple' => TRUE, '#header' => $header, '#options' => $options, - '#default_value' => array("1812" => TRUE, "1813" => FALSE), + '#default_value' => $values, '#empty' => t('No attendees found.'), '#attributes' => array('id' => 'sort-table'), '#prefix' => '
', diff --git a/booking.module b/booking.module index 94f3a8d..11b9eab 100644 --- a/booking.module +++ b/booking.module @@ -297,7 +297,7 @@ function booking_menu() { ); $items['admin/booking/manual-email/%'] = array( - 'title' => 'Manually Email People', + 'title' => 'Manually Email People Test', 'description' => 'Send manual email to registered people with preselected values', 'page callback' => 'booking_manual_email', 'page arguments' => array(3),