From 8872d5f022985f98c6fc3eec8a5f725cd23e5005 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 18 Oct 2010 18:41:15 +0400 Subject: [PATCH] queryFeedHeadlines: fix select bug --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index 21b9db8e..c933ca07 100644 --- a/functions.php +++ b/functions.php @@ -3576,6 +3576,7 @@ } $query = "SELECT DISTINCT + date_entered, guid, ttrss_entries.id,ttrss_entries.title, updated, -- 2.39.5