fix
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user