summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-06 10:27:29 +0100
committerAndrew Dolgov <[email protected]>2008-05-06 10:27:29 +0100
commit5cbaf8736a3143db1737657be31a286139cbae41 (patch)
treed0a219d6dd40bc34970db52d9f8e3bb380f4681b /backend.php
parent76626c72f81fcdb0f562bfbdfdf51b7e735dc42d (diff)
return debug information on globalUpdateFeeds
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 47c5529cd..c0362b45f 100644
--- a/backend.php
+++ b/backend.php
@@ -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");