From aa77becbf6202f4d6d3af71876424c0847111835 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 24 Jul 2009 03:07:03 +0100 Subject: [PATCH] show tag count, rather than calculated count --- ext/tag_list/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/tag_list/main.php b/ext/tag_list/main.php index bdb2ff58..c6dac56b 100644 --- a/ext/tag_list/main.php +++ b/ext/tag_list/main.php @@ -206,7 +206,7 @@ class TagList implements Extension { global $config; $query = " - SELECT COUNT(it3.image_id) as calc_count, t3.tag AS tag + SELECT t3.tag AS tag, t3.count AS calc_count FROM image_tags AS it1, image_tags AS it2,