diff --git a/booking.emails.inc b/booking.emails.inc index 8b98b54..4ca7d60 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -130,13 +130,13 @@ function booking_manual_email($preselected = NULL) //'#multiple' => TRUE, '#header' => $header, '#options' => $options, - '#default_value' => $values, + '#default_value' => array("1814" => TRUE), '#empty' => t('No attendees found.'), '#attributes' => array('id' => 'sort-table'), '#prefix' => '
Manual email form default values\n@info", array('@info' => print_r( $values, true))); watchdog('booking_debug', "
Manual email form table\n@info", array('@info' => print_r( $form['table'], true))); $form['submit'] = array (