From: Andrew Dolgov Date: Fri, 8 Feb 2008 03:47:31 +0000 (+0100) Subject: daemon: select feeds to update randomly (fix) X-Git-Tag: 1.2.20~40 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a0c42c650c02dea1aa6f0b39d3b55667522137d2;p=tt-rss.git daemon: select feeds to update randomly (fix) --- diff --git a/functions.php b/functions.php index 7bf817a2..22ea8cb6 100644 --- a/functions.php +++ b/functions.php @@ -5287,8 +5287,6 @@ 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)) {