X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fcron%2Fcron_validations.php;h=4cab46718ed01ace2d4aafc3a2ab91dcf6b87208;hb=eaf30d86cc99df2414cf4f171a9b0f11b0561e3b;hp=dce1a642c0dfa9544c2a0c901f421b11fe2cb182;hpb=35aedff220db98c5ef8267502d7288c5cdc17f4a;p=platal.git diff --git a/bin/cron/cron_validations.php b/bin/cron/cron_validations.php index dce1a64..4cab467 100755 --- a/bin/cron/cron_validations.php +++ b/bin/cron/cron_validations.php @@ -21,7 +21,7 @@ ***************************************************************************/ /* vim: set sw=4 ts=4 sts=4 tw=100: * vérifie qu'il n'y a pas de validations en cours, et maile si c'est le cas -*/ +*/ $M_PERIOD = "INTERVAL 3 HOUR"; // période d'envoi des mails de 3h $R_PERIOD = "INTERVAL 6 HOUR"; // période de réponse moyenne de 6h @@ -58,7 +58,7 @@ while (list($type, $nb) = $res->next()) { $message .= "- $type: $nb\n"; } -$message = wordwrap($message,78); +$message = wordwrap($message,78); $mymail->setTxtBody($message); $mymail->send(); // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: