1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 10:59:15 +00:00

add global option DIGEST_ENABLE

This commit is contained in:
Andrew Dolgov
2006-08-22 11:12:19 +01:00
parent a283b8d13e
commit 1ddba27527
2 changed files with 5 additions and 0 deletions

View File

@@ -2380,6 +2380,8 @@
function send_headlines_digests($link, $limit = 100) {
if (!DIGEST_ENABLE) return false;
$user_limit = DIGEST_EMAIL_LIMIT;
$days = DIGEST_DAYS_BACK;