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

return debug information on globalUpdateFeeds

This commit is contained in:
Andrew Dolgov
2008-05-06 10:27:29 +01:00
parent 76626c72f8
commit 5cbaf8736a

View File

@@ -321,8 +321,10 @@
case "globalUpdateFeeds":
// update feeds of all users, may be used anonymously
print "<!--";
// Update all feeds needing a update.
update_daemon_common($link, 0, true, false);
update_daemon_common($link, 0, true, true);
print " -->";
// FIXME : old feed update way. To be removed.
//$result = db_query($link, "SELECT id FROM ttrss_users");