summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-12 18:47:06 +0300
committerAndrew Dolgov <[email protected]>2015-07-12 18:47:06 +0300
commitd5e0486e0cd10503df3f249e8c12760d960e5b63 (patch)
treee41582de4d482ac32f76bd45da7aa5927dff41ee /include
parent48fefe2f6b6e625b64b0c6d54e35e3608e70a1bd (diff)
minor first_id query fix
Diffstat (limited to 'include')
-rw-r--r--include/functions2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions2.php b/include/functions2.php
index a85c49ccf..141c6d1cd 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -732,6 +732,7 @@
$first_id = false;
// if previous topmost article id changed that means our current pagination is no longer valid
$query = "SELECT DISTINCT
+ ttrss_feeds.title,
date_entered,
guid,
ttrss_entries.id,