X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fcron%2Fnotifs.birthday.php;h=7c50fd12489b6abe5cd73992268bc63433b64057;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=f783d78b3bb0ad8e67acd6ae5c6c0bf5f2a3769b;hpb=00ca0ad5370df5be4a0272364fb16a4385ffabfe;p=platal.git diff --git a/bin/cron/notifs.birthday.php b/bin/cron/notifs.birthday.php index f783d78..7c50fd1 100755 --- a/bin/cron/notifs.birthday.php +++ b/bin/cron/notifs.birthday.php @@ -20,7 +20,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ -require('./connect.db.inc.php'); +require './connect.db.inc.php'; $it = 0; do { @@ -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: