add missing comma

This commit is contained in:
Nathan Coad
2016-06-03 15:18:51 +10:00
parent ce8bfedda1
commit cffd8836da

View File

@@ -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>',