From: nfreear Date: Fri, 12 Oct 2007 10:58:03 +0000 (+0000) Subject: Follow up fix for MDL-11535 "Blog block sql error" - GROUP BY, added ", tg.flag" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b20863a964b9f27556c30ea525d05544debb5c89;p=moodle.git Follow up fix for MDL-11535 "Blog block sql error" - GROUP BY, added ", tg.flag" --- diff --git a/tag/lib.php b/tag/lib.php index ee69de4d36..5b39aa10be 100644 --- a/tag/lib.php +++ b/tag/lib.php @@ -1116,7 +1116,7 @@ function popular_tags_count($nr_of_tags=20, $tag_type = 'default') { ON tg.id = ti.tagid GROUP BY - tg.id, tg.rawname, tg.name + tg.id, tg.rawname, tg.name, tg.flag ORDER BY count DESC