summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index c933ca075..dda8d894f 100644
--- a/functions.php
+++ b/functions.php
@@ -3512,9 +3512,9 @@
}
if (get_pref($link, 'REVERSE_HEADLINES', $owner_uid)) {
- $order_by = "date_entered";
+ $order_by = "updated";
} else {
- $order_by = "date_entered DESC";
+ $order_by = "updated DESC";
}
if ($view_mode != "noscores") {