summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-10-29 08:36:29 +0100
committerAndrew Dolgov <[email protected]>2007-10-29 08:36:29 +0100
commitcedd3e898e4d15ff729219fc8911d2b21a0a4bd6 (patch)
tree5f4369fdae6f1c9b0971de4f35fd7b298367ec52 /functions.php
parent35bf080c318d6611c15c331061a553c85bec5612 (diff)
add all done prompt to send_headline_digests()
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index a939beaf5..2d5003a78 100644
--- a/functions.php
+++ b/functions.php
@@ -3263,6 +3263,8 @@
// $digest = prepare_headlines_digest($link, $user_id, $days, $limit);
+ print "All done.\n";
+
}
function prepare_headlines_digest($link, $user_id, $days = 1, $limit = 100) {