summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-20 05:13:55 +0100
committerAndrew Dolgov <[email protected]>2009-01-20 05:13:55 +0100
commitff863e0002077a4b42750b35ecfa0bf64f7e7629 (patch)
treec6e3a950841aad32bcb43c67dad728bbe5ef865d /functions.php
parent3485099c8e1239913021003ade159754c2650d28 (diff)
drop updated articles from adaptive view
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 5e033005b..fcefc90f9 100644
--- a/functions.php
+++ b/functions.php
@@ -3131,7 +3131,7 @@
} else if ($feed != -1) {
$unread = getFeedUnread($link, $feed, $cat_view);
if ($unread > 0) {
- $view_query_part = " (unread = true OR (last_read is null and unread = false)) AND ";
+ $view_query_part = " unread = true AND ";
}
}
}