add missing comma
This commit is contained in:
@@ -366,7 +366,7 @@ function booking_manual_email_form($form, &$form_state)
|
||||
$form['booking-email-preselection'] = array(
|
||||
'#type' => 'select',
|
||||
'#title' => t('Pre-select attendees from list'),
|
||||
'#description' => t('Use this to select a large group of people based on pre-defined criteria.')
|
||||
'#description' => t('Use this to select a large group of people based on pre-defined criteria.'),
|
||||
'#options' => $preselection_options,
|
||||
'#default_value' => '---',
|
||||
'#suffix' => '<div id="booking_email_preselection_suffix_wrapper"></div>',
|
||||
|
Reference in New Issue
Block a user