Merge branch 'wip-MDL-43719-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
This commit is contained in:
+1
-1
@@ -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("
|
||||
|
||||
Reference in New Issue
Block a user