return debug information on globalUpdateFeeds
This commit is contained in:
parent
76626c72f8
commit
5cbaf8736a
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue