From: Andrew Dolgov Date: Thu, 2 May 2013 06:26:32 +0000 (+0400) Subject: update: remove debugging block X-Git-Tag: 1.7.9~25^2~19 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f4ae0f053bc4c84bb5e28ca464bbedea9f3855db;p=tt-rss.git update: remove debugging block --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index a06f9888..61f6ee6a 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -116,8 +116,7 @@ $query = "SELECT DISTINCT ttrss_feeds.feed_url, ttrss_feeds.last_updated FROM ttrss_feeds, ttrss_users, ttrss_user_prefs - WHERE - ttrss_feeds.feed_url like '%tt-rss%feed%' AND + WHERE 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'