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

View File

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