mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Removed unnecessary WHERE statement in SQL MDL-11146
This commit is contained in:
parent
15b83581ce
commit
8c0aa4fd62
1 changed files with 0 additions and 2 deletions
|
@ -1160,8 +1160,6 @@ function popular_tags_count($nr_of_tags=20, $tag_type = 'default') {
|
||||||
{$CFG->prefix}tag tg
|
{$CFG->prefix}tag tg
|
||||||
ON
|
ON
|
||||||
tg.id = ti.tagid
|
tg.id = ti.tagid
|
||||||
WHERE
|
|
||||||
ti.tagid
|
|
||||||
GROUP BY
|
GROUP BY
|
||||||
tagid
|
tagid
|
||||||
ORDER BY
|
ORDER BY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue