]> git.wh0rd.org Git - tt-rss.git/commitdiff
daemon: select feeds to update randomly (fix)
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 8 Feb 2008 03:47:31 +0000 (04:47 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 8 Feb 2008 03:47:31 +0000 (04:47 +0100)
functions.php

index 7bf817a21f09b907827c53f4600da1df9d741e01..22ea8cb674790504b89651f05b23d7c0c517cf00 100644 (file)
 
                if($debug) _debug(sprintf("Scheduled %d feeds to update...\n", db_num_rows($result)));
 
-               return;
-
                // Here is a little cache magic in order to minimize risk of double feed updates.
                $feeds_to_update = array();
                while ($line = db_fetch_assoc($result)) {