From d5e0486e0cd10503df3f249e8c12760d960e5b63 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Jul 2015 18:47:06 +0300 Subject: [PATCH] minor first_id query fix --- include/functions2.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/functions2.php b/include/functions2.php index a85c49cc..141c6d1c 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, -- 2.39.5