summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 7028958f0..1475bc053 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";