From 3ebd7ca5f35a0a00953a7dd1dddb889761e26289 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 Jan 2009 20:35:49 +0100 Subject: block duplicates in headlines output --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index cd14aba52..fcff24146 100644 --- a/functions.php +++ b/functions.php @@ -3374,7 +3374,7 @@ } */ } - $query = "SELECT + $query = "SELECT DISTINCT guid, ttrss_entries.id,ttrss_entries.title, updated, -- cgit v1.2.3