summaryrefslogtreecommitdiff
path: root/modules/pref-labels.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-20 06:46:58 +0100
committerAndrew Dolgov <[email protected]>2007-08-20 06:46:58 +0100
commitb79a28943a85bd013cfbc5647e39c5e6f14d5909 (patch)
treebbce1fd2a7982f1bb42c5fc840df5c1212fd904b /modules/pref-labels.php
parentdb0a1e874bd88ab45bb8c6b318fbc7525de889de (diff)
UNDO: label test: fix result order
Diffstat (limited to 'modules/pref-labels.php')
-rw-r--r--modules/pref-labels.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-labels.php b/modules/pref-labels.php
index 78a84ac67..b2bc490e5 100644
--- a/modules/pref-labels.php
+++ b/modules/pref-labels.php
@@ -126,7 +126,7 @@
ttrss_user_entries.ref_id = ttrss_entries.id
AND ttrss_user_entries.feed_id = ttrss_feeds.id
AND ttrss_user_entries.owner_uid = " . $_SESSION["uid"] . "
- ORDER BY date_entered LIMIT 10", false);
+ ORDER BY date_entered DESC LIMIT 10", false);
print "<ul class=\"labelTestResults\">";