testing change from ID to class for role highlighting

This commit is contained in:
2016-06-29 19:05:09 +10:00
parent 9011220ecc
commit 4e4dcf1cc9
2 changed files with 7 additions and 1 deletions

View File

@@ -1389,7 +1389,7 @@ function booking_studygroups_view_form($node, &$form_state, $group_id) {
$data->booking_committee_member == 'Y' ? 'Yes' : 'No',
$data->booking_session_manually_allocated == 'Y' ? 'Yes' : 'No',
),
'id' => array($class),
'class' => array($class),
);
$last_session = $data->booking_session_id;