feed browser: fix sort

This commit is contained in:
Andrew Dolgov 2005-12-29 17:45:02 +01:00
parent f9cb39acaf
commit 24b181141c
1 changed files with 1 additions and 1 deletions

View File

@ -1511,7 +1511,7 @@
$result = db_query($link, "SELECT feed_url,count(id) AS subscribers
FROM ttrss_feeds WHERE auth_login = '' AND auth_pass = ''
GROUP BY feed_url ORDER BY subscribers LIMIT 50");
GROUP BY feed_url ORDER BY subscribers DESC LIMIT 50");
print "<ul class='browseFeedList' id='browseFeedList'>";