mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Merge branch 'wip-MDL-43719-master' of git://github.com/abgreeve/moodle
This commit is contained in:
commit
2c6401e3a9
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ $query = "
|
||||||
LEFT JOIN {user} u ON u.id = tg.userid
|
LEFT JOIN {user} u ON u.id = tg.userid
|
||||||
$where
|
$where
|
||||||
GROUP BY tg.id, tg.name, tg.rawname, tg.tagtype, tg.flag, tg.timemodified,
|
GROUP BY tg.id, tg.name, tg.rawname, tg.tagtype, tg.flag, tg.timemodified,
|
||||||
u.id, u.firstname, u.lastname
|
u.id, $allusernames
|
||||||
$sort";
|
$sort";
|
||||||
|
|
||||||
$totalcount = $DB->count_records_sql("
|
$totalcount = $DB->count_records_sql("
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue