projects
/
tt-rss.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5e0486
)
add some more stuff to first_id query to fix virtual feeds
author
Andrew Dolgov
<noreply@fakecake.org>
Sun, 12 Jul 2015 19:50:21 +0000
(22:50 +0300)
committer
Andrew Dolgov
<noreply@fakecake.org>
Sun, 12 Jul 2015 19:50:21 +0000
(22:50 +0300)
include/functions2.php
patch
|
blob
|
history
diff --git
a/include/functions2.php
b/include/functions2.php
index 141c6d1cd2fbdd39e341456324bae8d170f7f99b..11274b713b900ef128d42ff1c9c6f476868f40c5 100644
(file)
--- 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