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

feedbrowser UI fixes

This commit is contained in:
Andrew Dolgov
2009-01-16 10:42:56 +01:00
parent 3f459bc8e7
commit 2c2dd64d5d
2 changed files with 6 additions and 1 deletions

View File

@@ -100,7 +100,7 @@
$result = db_query($link, "SELECT feed_url, subscribers FROM
ttrss_feedbrowser_cache WHERE (SELECT COUNT(id) = 0 FROM ttrss_feeds AS tf
WHERE tf.feed_url = ttrss_feedbrowser_cache.feed_url
AND owner_uid = '$owner_uid')");
AND owner_uid = '$owner_uid') ORDER BY subscribers DESC LIMIT $limit");
print "<br/>";