fix
This commit is contained in:
@@ -6,6 +6,7 @@ function booking_manual_email($preselected = NULL)
|
|||||||
//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();
|
||||||
|
Reference in New Issue
Block a user