From 7c132558597facf9ac0c8447bf29ffa630f829b8 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 May 2016 22:15:46 +1000 Subject: [PATCH] tweaks --- booking.emails.inc | 2 +- booking.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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),