From dcb38ced56c33463bb55f266b2d586308ff12b2f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 24 Nov 2010 14:47:18 +0300 Subject: [PATCH] tweak browsing by tag query --- functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 5d1992bd..5e567af0 100644 --- a/functions.php +++ b/functions.php @@ -3518,7 +3518,8 @@ $feed_kind = "Tags"; - $result = db_query($link, "SELECT + $result = db_query($link, "SELECT DISTINCT + date_entered, guid, note, ttrss_entries.id as id,title, -- 2.39.2