mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
browsing by tag: enable score display
This commit is contained in:
+2
-1
@@ -3324,7 +3324,8 @@
|
|||||||
".SUBSTRING_FOR_DATE."(last_read,1,19) as last_read_noms,
|
".SUBSTRING_FOR_DATE."(last_read,1,19) as last_read_noms,
|
||||||
$vfeed_query_part
|
$vfeed_query_part
|
||||||
$content_query_part
|
$content_query_part
|
||||||
".SUBSTRING_FOR_DATE."(updated,1,19) as updated_noms
|
".SUBSTRING_FOR_DATE."(updated,1,19) as updated_noms,
|
||||||
|
score
|
||||||
FROM
|
FROM
|
||||||
ttrss_entries,ttrss_user_entries,ttrss_tags
|
ttrss_entries,ttrss_user_entries,ttrss_tags
|
||||||
WHERE
|
WHERE
|
||||||
|
|||||||
Reference in New Issue
Block a user