Removed unnecessary WHERE statement in SQL MDL-11146

This commit is contained in:
moodler 2007-09-10 14:55:32 +00:00
parent 15b83581ce
commit 8c0aa4fd62

View File

@ -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