]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions2.php
disable headlines grouping for recently read vfeed
[tt-rss.git] / include / functions2.php
index 0c7a9c05be5813865eb8d7b8d2b8f805d83c8173..ed0963c46e34992f62baafcb472656d61cdff511 100644 (file)
                                $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";
 
 
                                if ($start_ts) {
                                        $start_ts_formatted = date("Y/m/d H:i:s", strtotime($start_ts));
-                                       $start_ts_query_part = "updated >= '$start_ts_formatted' AND";
+                                       $start_ts_query_part = "date_entered >= '$start_ts_formatted' AND";
                                } else {
                                        $start_ts_query_part = "";
                                }