From 27074767356f452c7c8352c05432b963e0e07c86 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 8 Feb 2008 04:47:02 +0100 Subject: [PATCH] daemon: select feeds to update randomly (fix) --- functions.php | 1 - 1 file changed, 1 deletion(-) 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");