diff options
Diffstat (limited to '')
-rw-r--r-- | include/functions_tag.inc.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/functions_tag.inc.php b/include/functions_tag.inc.php index 281517779..b631b1a45 100644 --- a/include/functions_tag.inc.php +++ b/include/functions_tag.inc.php @@ -55,10 +55,7 @@ SELECT id, name, url_name, count(*) counter ), ' WHERE' - ).' - GROUP BY tag_id - ORDER BY NULL'; - $tag_counters = simple_hash_from_query($query, 'tag_id', 'counter'); + ); if (!empty($where_tag_img)) { |