diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-10-18 18:41:15 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-10-18 18:41:15 +0400 |
| commit | 8872d5f022985f98c6fc3eec8a5f725cd23e5005 (patch) | |
| tree | dd0582546b8945b4a7eaf3303e794d2363c8b1dc | |
| parent | 9c57be20a28074bc13e924931106f2543ca478b5 (diff) | |
queryFeedHeadlines: fix select bug
| -rw-r--r-- | functions.php | 1 |
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, |