]> git.wh0rd.org Git - tt-rss.git/commitdiff
return debug information on globalUpdateFeeds
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 6 May 2008 09:27:29 +0000 (10:27 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 6 May 2008 09:27:29 +0000 (10:27 +0100)
backend.php

index 47c5529cda6231b18819c02950f643b3fec91334..c0362b45faf59a2ccd9fb3e6060675dc93684c84 100644 (file)
                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");