1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +00:00

feedbrowser_cache & linked feeds: add site url (bump schema)

This commit is contained in:
Andrew Dolgov
2011-04-20 20:05:10 +04:00
parent 6f907113ef
commit 109662e12f
7 changed files with 39 additions and 8 deletions

View File

@@ -596,7 +596,7 @@
$instance_id = db_fetch_result($result, 0, "id");
$result = db_query($link, "SELECT feed_url, title, subscribers
$result = db_query($link, "SELECT feed_url, site_url, title, subscribers
FROM ttrss_feedbrowser_cache ORDER BY subscribers DESC LIMIT 100");
$feeds = array();