]> git.wh0rd.org Git - tt-rss.git/commitdiff
browsing by tag: enable score display
authorAndrew Dolgov <fox@bah.spb.su>
Mon, 19 May 2008 11:35:22 +0000 (12:35 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Mon, 19 May 2008 11:35:22 +0000 (12:35 +0100)
functions.php

index a2d1750c456f6c52f15cbf090c9e8559020834e6..87932e95456c699ab0df2e1898713bb29812c147 100644 (file)
                                        ".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