add missing column heading

This commit is contained in:
2016-06-29 16:43:32 +10:00
parent 7934d0718c
commit af95616e87

View File

@@ -223,7 +223,8 @@ function booking_studygroup_leadhelp_edit_form($node, &$form_state, $group_id) {
'sid' => array('data' => t('Study Group Session ID'), 'field' => 'sid'), 'sid' => array('data' => t('Study Group Session ID'), 'field' => 'sid'),
'booking_assign_leader' => array('data' => t('Leader')), 'booking_assign_leader' => array('data' => t('Leader')),
'booking_assign_helper' => array('data' => t('Helper')), 'booking_assign_helper' => array('data' => t('Helper')),
'booking_assign_reserveleader' => array('data' => t('Reserve Leader')), 'booking_assign_reserveleader' => array('data' => t('Reserve Leader')),
'booking_assign_reservehelper' => array('data' => t('Reserve Helper')),
); );
//attach the custom css //attach the custom css