From: Andrew Dolgov Date: Mon, 29 Oct 2007 07:36:29 +0000 (+0100) Subject: add all done prompt to send_headline_digests() X-Git-Tag: 1.2.17~48 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=cedd3e898e4d15ff729219fc8911d2b21a0a4bd6;p=tt-rss.git add all done prompt to send_headline_digests() --- 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) {