summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-02-08 04:47:02 +0100
committerAndrew Dolgov <[email protected]>2008-02-08 04:47:02 +0100
commit27074767356f452c7c8352c05432b963e0e07c86 (patch)
treef339f7979217661e0132181a836de209a51b0ce0 /functions.php
parent98f70418371e18ead23cb526396a3539d2337e48 (diff)
daemon: select feeds to update randomly (fix)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 6fd61e4bd..7bf817a21 100644
--- a/functions.php
+++ b/functions.php
@@ -5279,7 +5279,6 @@
ttrss_feeds.owner_uid = ttrss_users.id
AND ttrss_users.id = ttrss_user_prefs.owner_uid
AND ttrss_user_prefs.pref_name = 'DEFAULT_UPDATE_INTERVAL'
- AND ttrss_feeds.last_updated IS NULL
$login_thresh_qpart $update_limit_qpart
$updstart_thresh_qpart
ORDER BY $random_qpart $query_limit");