summaryrefslogtreecommitdiff
path: root/include/functions2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-12 22:50:21 +0300
committerAndrew Dolgov <[email protected]>2015-07-12 22:50:21 +0300
commit8831632905398e5cfe2c3d071a5feaf8ac05d48b (patch)
tree86d9aa43dd8a93d1d4d79fd177edd3c4b201d3ec /include/functions2.php
parentd5e0486e0cd10503df3f249e8c12760d960e5b63 (diff)
add some more stuff to first_id query to fix virtual feeds
Diffstat (limited to 'include/functions2.php')
-rw-r--r--include/functions2.php6
1 files changed, 5 insertions, 1 deletions
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