Merge branch 'wip-MDL-43719-master' of git://github.com/abgreeve/moodle

This commit is contained in:
Dan Poltawski 2014-04-14 15:22:59 +08:00
commit 2c6401e3a9

View file

@ -231,7 +231,7 @@ $query = "
LEFT JOIN {user} u ON u.id = tg.userid
$where
GROUP BY tg.id, tg.name, tg.rawname, tg.tagtype, tg.flag, tg.timemodified,
u.id, u.firstname, u.lastname
u.id, $allusernames
$sort";
$totalcount = $DB->count_records_sql("