update: remove debugging block
This commit is contained in:
parent
54b7590c7f
commit
f4ae0f053b
1 changed files with 1 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue