From: Andrew Dolgov Date: Mon, 16 Mar 2015 23:01:10 +0000 (+0300) Subject: remove unread first sorting: has issues, is pretty much adaptive anyway X-Git-Tag: 16.3~336 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=755869ffbc7c405aa85e883ee75c3686a7246807 remove unread first sorting: has issues, is pretty much adaptive anyway --- diff --git a/include/functions2.php b/include/functions2.php index 278c0f3e..c0ed7a82 100644 --- a/include/functions2.php +++ b/include/functions2.php @@ -665,10 +665,6 @@ $order_by = "score DESC, date_entered DESC, updated DESC"; - if ($view_mode == "unread_first") { - $order_by = "unread DESC, $order_by"; - } - if ($override_order) { $order_by = $override_order; } diff --git a/index.php b/index.php index 32263597..360a6dc1 100644 --- a/index.php +++ b/index.php @@ -176,7 +176,6 @@ -