diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-08-22 08:29:18 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-08-22 08:29:18 +0100 |
| commit | 3dd9183cd603df99ae8d2bf5cb536b24bc030e20 (patch) | |
| tree | 7ebf5625fad3f97676a2e0fb44232bd5199b4fcf /functions.php | |
| parent | 5f2cd401f983f46d26d967a677398734a4346c5f (diff) | |
schema: ttrss_feeds, new field - include_in_digest
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php index 2dbe127b6..89ed698fb 100644 --- a/functions.php +++ b/functions.php @@ -2438,7 +2438,7 @@ ttrss_user_entries,ttrss_entries,ttrss_feeds WHERE ref_id = ttrss_entries.id AND feed_id = ttrss_feeds.id - AND hidden = false + AND include_in_digest = true AND $interval_query AND ttrss_user_entries.owner_uid = $user_id AND unread = true ORDER BY ttrss_feeds.title, date_entered DESC |