From b31af972f2b01249ea36c4262fc5efc87e90fb36 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 May 2007 13:00:11 +0100 Subject: UNDO: tag cloud shows top 100 instead of top 50 --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 46c84509e..0bcbc5e47 100644 --- a/functions.php +++ b/functions.php @@ -3859,7 +3859,7 @@ $query = "SELECT tag_name, COUNT(post_int_id) AS count FROM ttrss_tags WHERE owner_uid = ".$_SESSION["uid"]." - GROUP BY tag_name ORDER BY count DESC LIMIT 100"; + GROUP BY tag_name ORDER BY count DESC LIMIT 50"; $result = db_query($link, $query); -- cgit v1.2.3