mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 03:01:29 +00:00
new option: REVERSE_HEADLINES (closes #97)
This commit is contained in:
@@ -2105,8 +2105,12 @@
|
||||
} else {
|
||||
$query_strategy_part = "id > 0"; // dumb
|
||||
}
|
||||
|
||||
$order_by = "updated DESC";
|
||||
|
||||
if (get_pref($link, 'REVERSE_HEADLINES')) {
|
||||
$order_by = "updated";
|
||||
} else {
|
||||
$order_by = "updated DESC";
|
||||
}
|
||||
|
||||
$feed_title = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user