summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-06 10:54:49 +0100
committerAndrew Dolgov <[email protected]>2008-05-06 10:54:49 +0100
commit0d75fa09e33164691344327c20149e17fec5cc77 (patch)
treef976325b5cb0ebbd3a308b3be747e0608782d9c7 /functions.php
parent5cbaf8736a3143db1737657be31a286139cbae41 (diff)
queryFeedHeadlines: remove score -500 filter
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index a815d4947..3dc55acdb 100644
--- a/functions.php
+++ b/functions.php
@@ -3296,7 +3296,6 @@
WHERE
$group_limit_part
ttrss_feeds.hidden = false AND
- score >= -500 AND
ttrss_user_entries.feed_id = ttrss_feeds.id AND
ttrss_user_entries.ref_id = ttrss_entries.id AND
ttrss_user_entries.owner_uid = '$owner_uid' AND
@@ -3328,7 +3327,6 @@
ttrss_entries,ttrss_user_entries,ttrss_tags
WHERE
ref_id = ttrss_entries.id AND
- score >= -500 AND
ttrss_user_entries.owner_uid = '$owner_uid' AND
post_int_id = int_id AND tag_name = '$feed' AND
$view_query_part