X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fcron%2Fnotifs.birthday.php;fp=bin%2Fcron%2Fnotifs.birthday.php;h=7c50fd12489b6abe5cd73992268bc63433b64057;hb=4b3ee3ea5f2a64d869b4809e0e18351b1afc69a2;hp=62da064b696822d4fe88e07f9825667ced84d79e;hpb=d75eb892a69b878087ac5624257aa7b2a33b4c14;p=platal.git 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: