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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user