summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-10-18 18:41:15 +0400
committerAndrew Dolgov <[email protected]>2010-10-18 18:41:15 +0400
commit8872d5f022985f98c6fc3eec8a5f725cd23e5005 (patch)
treedd0582546b8945b4a7eaf3303e794d2363c8b1dc /functions.php
parent9c57be20a28074bc13e924931106f2543ca478b5 (diff)
queryFeedHeadlines: fix select bug
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php1
1 files changed, 1 insertions, 0 deletions
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,