summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-02 10:26:32 +0400
committerAndrew Dolgov <[email protected]>2013-05-02 10:26:32 +0400
commitf4ae0f053bc4c84bb5e28ca464bbedea9f3855db (patch)
tree95f90930c2083a9612644688b951d7a75dcb36ed /include
parent54b7590c7f4c071b86724ef0e77981c23874d40b (diff)
update: remove debugging block
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index a06f98885..61f6ee6a0 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'