summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-02-08 04:47:31 +0100
committerAndrew Dolgov <[email protected]>2008-02-08 04:47:31 +0100
commita0c42c650c02dea1aa6f0b39d3b55667522137d2 (patch)
treea24ec25b07ad92bb7e5577d50fa495c1a3bef791 /functions.php
parent27074767356f452c7c8352c05432b963e0e07c86 (diff)
daemon: select feeds to update randomly (fix)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 7bf817a21..22ea8cb67 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)) {