mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Removed unnecessary WHERE statement in SQL MDL-11146
This commit is contained in:
parent
15b83581ce
commit
8c0aa4fd62
@ -1160,8 +1160,6 @@ function popular_tags_count($nr_of_tags=20, $tag_type = 'default') {
|
||||
{$CFG->prefix}tag tg
|
||||
ON
|
||||
tg.id = ti.tagid
|
||||
WHERE
|
||||
ti.tagid
|
||||
GROUP BY
|
||||
tagid
|
||||
ORDER BY
|
||||
|
Loading…
x
Reference in New Issue
Block a user