This commit is contained in:
2016-05-26 22:15:46 +10:00
parent 5427bd6020
commit 7c13255859
2 changed files with 2 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ function booking_manual_email($preselected = NULL)
'#multiple' => TRUE,
'#header' => $header,
'#options' => $options,
'#default_value' => array("1812" => TRUE, "1813" => FALSE),
'#default_value' => $values,
'#empty' => t('No attendees found.'),
'#attributes' => array('id' => 'sort-table'),
'#prefix' => '<div id="manual-email-attendees-items">',