From: Andrew Dolgov Date: Sun, 12 Jul 2015 15:47:06 +0000 (+0300) Subject: minor first_id query fix X-Git-Tag: 16.3~232^2~7 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d5e0486e0cd10503df3f249e8c12760d960e5b63;p=tt-rss.git minor first_id query fix --- 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,