summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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");