summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/functions.php b/functions.php
index 981923573..e18b02353 100644
--- a/functions.php
+++ b/functions.php
@@ -3514,9 +3514,9 @@
}
if (get_pref($link, 'REVERSE_HEADLINES', $owner_uid)) {
- $order_by = "updated";
+ $order_by = "date_entered";
} else {
- $order_by = "updated DESC";
+ $order_by = "date_entered DESC";
}
if ($view_mode != "noscores") {
@@ -3578,7 +3578,7 @@
}
$query = "SELECT DISTINCT
- date_updated,
+ date_entered,
guid,
ttrss_entries.id,ttrss_entries.title,
updated,