1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 09:49:15 +00:00

feed browser: fix sort

This commit is contained in:
Andrew Dolgov
2005-12-29 17:45:02 +01:00
parent f9cb39acaf
commit 24b181141c

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'>";