From: Nicolas Iooss Date: Sun, 23 Mar 2014 10:42:11 +0000 (+0100) Subject: Prevent the bestmail cron to send a mail with only "Done." X-Git-Tag: xorg/1.1.13~15^2~6 X-Git-Url: http://git.polytechnique.org/?p=platal.git;a=commitdiff_plain;h=3ed513f3c581a2069f1e9e945b017812b2e7e767 Prevent the bestmail cron to send a mail with only "Done." --- diff --git a/bin/cron/bestmail.check.php b/bin/cron/bestmail.check.php index 6074e73..770b154 100755 --- a/bin/cron/bestmail.check.php +++ b/bin/cron/bestmail.check.php @@ -83,7 +83,5 @@ while ($row = $pids->next()) { echo "\n"; } -print "Done.\n"; - // vim:set et sw=4 sts=4 sws=4 foldmethod=marker fenc=utf-8: ?>