summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-19 12:35:22 +0100
committerAndrew Dolgov <[email protected]>2008-05-19 12:35:22 +0100
commit4d0b36070a3d78252debb472b782d48b1b087341 (patch)
treef2e71304edf33339012bff1a0ce9e503a76de700 /functions.php
parent8836613c437e5ff3f0bc86cb1754756a1b7ba6cb (diff)
browsing by tag: enable score display
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index a2d1750c4..87932e954 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