This commit is contained in:
Nathan Coad
2016-06-24 14:18:16 +10:00
parent 1ac064be32
commit 2de599cae2

View File

@@ -910,7 +910,7 @@ function _booking_studygroups_update_preallocate($group, $group_mapping, &$sessi
_booking_assign_attendee_group($person->booking_node_id, $session_id, $gender, $age, $working_list, $session_count, $calculation_messages);
//check if there is someone that should be allocated to a different group than this person
if (keep_separate_id > 0) {
if ($keep_separate_id > 0) {
//work out the next session to assign the other person to
$next_session = ($session_id % $group->booking_num_group_sessions) + 1;