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(
|
$form['booking-email-preselection'] = array(
|
||||||
'#type' => 'select',
|
'#type' => 'select',
|
||||||
'#title' => t('Pre-select attendees from list'),
|
'#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,
|
'#options' => $preselection_options,
|
||||||
'#default_value' => '---',
|
'#default_value' => '---',
|
||||||
'#suffix' => '<div id="booking_email_preselection_suffix_wrapper"></div>',
|
'#suffix' => '<div id="booking_email_preselection_suffix_wrapper"></div>',
|
||||||
|
Reference in New Issue
Block a user