From cedd3e898e4d15ff729219fc8911d2b21a0a4bd6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 29 Oct 2007 08:36:29 +0100 Subject: [PATCH] add all done prompt to send_headline_digests() --- functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.php b/functions.php index a939beaf..2d5003a7 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) { -- 2.39.2