summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-29 18:03:43 +0100
committerAndrew Dolgov <[email protected]>2006-09-29 18:03:43 +0100
commit5430c959d4faae2ceb7b1d1f7c9b947e7a00c4ef (patch)
tree21e5c2b226f8e669438b20da0ff7d09edb6ede8f /functions.php
parent1c2d719341197402d4cb1ba438f0183f4f3be75a (diff)
remove usage of undefined DIGEST_DAYS_BACK
Diffstat (limited to 'functions.php')
-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";