mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
added FIX ME notice into grade_get_users_by_group(), I did not fix it because I do not know what this function should return
This commit is contained in:
parent
fea68f909e
commit
7ceed560da
@ -115,6 +115,7 @@ function grade_get_users_by_group($course, $group) {
|
||||
$members = get_records_sql($sql);
|
||||
if ($members) {
|
||||
foreach($members as $member) {
|
||||
// FIX ME: there is no $userid defined!!! - from where is this function used anyway??
|
||||
$group->$userid = true;
|
||||
}
|
||||
return $group;
|
||||
|
Loading…
x
Reference in New Issue
Block a user