summaryrefslogtreecommitdiff
path: root/modules/pref-labels.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-20 08:47:11 +0100
committerAndrew Dolgov <[email protected]>2007-08-20 08:47:11 +0100
commit0ecd24999fb4d4591a2f4f7cc8a191b3ccded5c2 (patch)
treea0e0f57d70e5abf2c20f49a9d0f2b797463644b4 /modules/pref-labels.php
parentb79a28943a85bd013cfbc5647e39c5e6f14d5909 (diff)
label test: fix result order again
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 b2bc490e5..78a84ac67 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\">";