return debug information on globalUpdateFeeds

This commit is contained in:
Andrew Dolgov 2008-05-06 10:27:29 +01:00
parent 76626c72f8
commit 5cbaf8736a
1 changed files with 3 additions and 1 deletions

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");