From 5430c959d4faae2ceb7b1d1f7c9b947e7a00c4ef Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Sep 2006 18:03:43 +0100 Subject: [PATCH] remove usage of undefined DIGEST_DAYS_BACK --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.2