mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 05:54:19 +02:00
Merge branch 'MDL-79286' of https://github.com/paulholden/moodle
This commit is contained in:
commit
a5f4b6929a
@ -154,7 +154,7 @@ class edit_override_form extends moodleform {
|
||||
$this->context, $userfieldsql->mappings);
|
||||
|
||||
$users = $DB->get_records_sql("
|
||||
SELECT $userfieldsql->selects
|
||||
SELECT DISTINCT $userfieldsql->selects
|
||||
FROM {user} u
|
||||
$enrolledjoin->joins
|
||||
$userfieldsql->joins
|
||||
|
Loading…
x
Reference in New Issue
Block a user