From d5e0486e0cd10503df3f249e8c12760d960e5b63 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Jul 2015 18:47:06 +0300 Subject: minor first_id query fix --- include/functions2.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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, -- cgit v1.2.3