From 4b3ee3ea5f2a64d869b4809e0e18351b1afc69a2 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Fri, 2 Jul 2010 08:34:11 +0200 Subject: [PATCH] Remove output of notifs.birthday. Signed-off-by: Florent Bruneau --- bin/cron/notifs.birthday.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.1.4