From: Andrew Dolgov Date: Mon, 19 May 2008 11:35:22 +0000 (+0100) Subject: browsing by tag: enable score display X-Git-Tag: 1.2.23-final~46 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4d0b36070a3d78252debb472b782d48b1b087341;p=tt-rss.git browsing by tag: enable score display --- diff --git a/functions.php b/functions.php index a2d1750c..87932e95 100644 --- a/functions.php +++ b/functions.php @@ -3324,7 +3324,8 @@ ".SUBSTRING_FOR_DATE."(last_read,1,19) as last_read_noms, $vfeed_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 ttrss_entries,ttrss_user_entries,ttrss_tags WHERE