aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-04-25 23:58:40 +0000
committerrvelices <rv-github@modusoptimus.com>2008-04-25 23:58:40 +0000
commit9a4ee7574fcacebd10ad15a8ab7f237ce5c01095 (patch)
tree921efceebf92965f60ecc5625482f6cb6555bbbd
parentf95f48a226118dd541130e2cec8e18fd13bff128 (diff)
- correct merge error of previous commit
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2311 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--include/functions_tag.inc.php5
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))
{