From: Andrew Dolgov Date: Fri, 29 Sep 2006 17:03:43 +0000 (+0100) Subject: remove usage of undefined DIGEST_DAYS_BACK X-Git-Tag: 1.2.4~70 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5430c959d4faae2ceb7b1d1f7c9b947e7a00c4ef;p=tt-rss.git remove usage of undefined DIGEST_DAYS_BACK --- diff --git a/functions.php b/functions.php index 7028958f..1475bc05 100644 --- a/functions.php +++ b/functions.php @@ -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";