summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-03-13 01:07:52 +0400
committerAndrew Dolgov <[email protected]>2014-03-13 01:07:52 +0400
commitad593e43933d4908c361d5bc23d448ebd931eae6 (patch)
tree7fe13d12a6d0be3c8162b396ccec0b681e2d6c22 /include
parent307e24ca81b95fc76a2a26d3c1cd872baac33b16 (diff)
disable headlines grouping for recently read vfeed
Diffstat (limited to 'include')
-rw-r--r--include/functions2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions2.php b/include/functions2.php
index 7c35b22cb..ed0963c46 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -583,6 +583,7 @@
$query_strategy_part = "unread = false AND last_read IS NOT NULL";
$vfeed_query_part = "ttrss_feeds.title AS feed_title,";
$allow_archived = true;
+ $ignore_vfeed_group = true;
if (!$override_order) $override_order = "last_read DESC";