From: Stéphane Jacob Date: Thu, 30 Jul 2009 18:05:32 +0000 (+0200) Subject: Fixes emails checking. X-Git-Tag: xorg/0.10.2~33^2~17 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=c952e3ea75180b7298d2864b6449273aee12ec67;p=platal.git Fixes emails checking. --- diff --git a/bin/cron/emails.check.php b/bin/cron/emails.check.php index 520bb6a..f2ebe14 100755 --- a/bin/cron/emails.check.php +++ b/bin/cron/emails.check.php @@ -129,7 +129,8 @@ if ($opt_verbose) { foreach ($result as $user) { echo '* ' . $user['email'] . ' pour ' . $user['hruid'] . "\n"; } - echo "\n"; + } + echo "\n"; } // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: