fix parameter ordering

This commit is contained in:
Nathan Coad
2016-06-24 12:16:19 +10:00
parent 1322956634
commit 39d6a31e3b

View File

@@ -726,7 +726,7 @@ function booking_studygroups_update_form($node, &$form_state, $sid) {
); );
} }
_booking_studygroups_update_preallocate($group, $group_mapping, $working_list, $session_count, $calculation_messages); _booking_studygroups_update_preallocate($group, $group_mapping, $session_count, $working_list, $calculation_messages);
/* /*
//@todo move this foreach loop into a separate function //@todo move this foreach loop into a separate function
//search for the leaders helpers, spouses and boyfriend/girlfriend for this study group to pre-allocate //search for the leaders helpers, spouses and boyfriend/girlfriend for this study group to pre-allocate