From 3ed513f3c581a2069f1e9e945b017812b2e7e767 Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Sun, 23 Mar 2014 11:42:11 +0100 Subject: [PATCH] Prevent the bestmail cron to send a mail with only "Done." --- bin/cron/bestmail.check.php | 2 -- 1 file changed, 2 deletions(-) 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: ?> -- 2.1.4