mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 00:45:55 +00:00
return debug information on globalUpdateFeeds
This commit is contained in:
@@ -321,8 +321,10 @@
|
|||||||
case "globalUpdateFeeds":
|
case "globalUpdateFeeds":
|
||||||
// update feeds of all users, may be used anonymously
|
// update feeds of all users, may be used anonymously
|
||||||
|
|
||||||
|
print "<!--";
|
||||||
// Update all feeds needing a update.
|
// 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.
|
// FIXME : old feed update way. To be removed.
|
||||||
//$result = db_query($link, "SELECT id FROM ttrss_users");
|
//$result = db_query($link, "SELECT id FROM ttrss_users");
|
||||||
|
|||||||
Reference in New Issue
Block a user