From 9a4ee7574fcacebd10ad15a8ab7f237ce5c01095 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 25 Apr 2008 23:58:40 +0000 Subject: - correct merge error of previous commit git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2311 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_tag.inc.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include') 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)) { -- cgit v1.2.3