mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 13:31:29 +00:00
minor first_id query fix
This commit is contained in:
@@ -732,6 +732,7 @@
|
|||||||
$first_id = false;
|
$first_id = false;
|
||||||
// if previous topmost article id changed that means our current pagination is no longer valid
|
// if previous topmost article id changed that means our current pagination is no longer valid
|
||||||
$query = "SELECT DISTINCT
|
$query = "SELECT DISTINCT
|
||||||
|
ttrss_feeds.title,
|
||||||
date_entered,
|
date_entered,
|
||||||
guid,
|
guid,
|
||||||
ttrss_entries.id,
|
ttrss_entries.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user