1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:55:55 +00:00

order headlines by score

This commit is contained in:
Andrew Dolgov
2008-05-04 04:45:39 +01:00
parent a82dc5e490
commit 48b0c4ec7e

View File

@@ -3185,6 +3185,8 @@
$order_by = "updated DESC";
}
$order_by = "score DESC, $order_by";
if ($override_order) {
$order_by = $override_order;
}