From: Florent Bruneau Date: Fri, 2 Jul 2010 06:34:11 +0000 (+0200) Subject: Remove output of notifs.birthday. X-Git-Tag: xorg/1.0.1~15^2~75 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=4b3ee3ea5f2a64d869b4809e0e18351b1afc69a2;p=platal.git Remove output of notifs.birthday. Signed-off-by: Florent Bruneau --- diff --git a/bin/cron/notifs.birthday.php b/bin/cron/notifs.birthday.php index 62da064..7c50fd1 100755 --- a/bin/cron/notifs.birthday.php +++ b/bin/cron/notifs.birthday.php @@ -30,7 +30,7 @@ do { AND deathdate IS NULL'); ++$it; $affected = XDB::affectedRows(); - echo "Iteration $it => $affected changes\n"; + //echo "Iteration $it => $affected changes\n"; } while ($affected > 0); // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: