fix parameter ordering
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user