summaryrefslogtreecommitdiff
path: root/modules
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
commit4adb243072ef5e4e53b82a7f7801aed756258d23 (patch)
treed5f4127d9d3bd5c4d2994a5974c84a445adabc01 /modules
parent6f15127798bcf19fe4707b125b7e4f2365e05638 (diff)
label test: fix result order
Diffstat (limited to 'modules')
-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 8d19d0287..aa6c4fa60 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 DESC LIMIT 10", false);
+ ORDER BY date_entered LIMIT 10", false);
print "<ul class=\"labelTestResults\">";