From 8831632905398e5cfe2c3d071a5feaf8ac05d48b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Jul 2015 22:50:21 +0300 Subject: add some more stuff to first_id query to fix virtual feeds --- include/functions2.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/functions2.php b/include/functions2.php index 141c6d1cd..11274b713 100644 --- a/include/functions2.php +++ b/include/functions2.php @@ -738,7 +738,11 @@ ttrss_entries.id, ttrss_entries.title, updated, - score + score, + marked, + published, + last_marked, + last_published FROM $from_qpart WHERE -- cgit v1.2.3