From 8872d5f022985f98c6fc3eec8a5f725cd23e5005 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <fox@madoka.volgo-balt.ru>
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 21b9db8e7..c933ca075 100644
--- a/functions.php
+++ b/functions.php
@@ -3576,6 +3576,7 @@
 				}
 
 				$query = "SELECT DISTINCT 
+						date_entered,
 						guid,
 						ttrss_entries.id,ttrss_entries.title,
 						updated,
-- 
GitLab