This commit is contained in:
2016-05-26 22:16:30 +10:00
parent 7c13255859
commit e06552e3e4

View File

@@ -6,6 +6,7 @@ function booking_manual_email($preselected = NULL)
//see http://www.jaypan.com/blog/themeing-drupal-7-forms-tables-checkboxes-or-radios
$form = array();
$options = array();
$values = array();
$group_text = "";
$prefix = t("<p>Send a manual email to people registered for this event.</p>");
$email_options_array = array();