1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00

remove usage of undefined DIGEST_DAYS_BACK

This commit is contained in:
Andrew Dolgov 2006-09-29 18:03:43 +01:00
parent 1c2d719341
commit 5430c959d4

View File

@ -2408,7 +2408,7 @@
if (!DIGEST_ENABLE) return false;
$user_limit = DIGEST_EMAIL_LIMIT;
$days = DIGEST_DAYS_BACK;
$days = 1;
print "Sending digests, batch of max $user_limit users, days = $days, headline limit = $limit\n\n";