X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fcron%2Frapports_inscription.php;h=66d2cfe749554ef2c9f16af208cc68be946991de;hb=cdafa49e854542f19a2a37ad64a9964360982dea;hp=2075b2b1f7d881832512f1d68db6e2e53b063e56;hpb=1e33266a2f91e1af7a5cb3e8fbbc1c49ff9341f3;p=platal.git diff --git a/bin/cron/rapports_inscription.php b/bin/cron/rapports_inscription.php index 2075b2b..66d2cfe 100755 --- a/bin/cron/rapports_inscription.php +++ b/bin/cron/rapports_inscription.php @@ -38,7 +38,7 @@ if ($b = $res->total()) { $res = XDB::query('SELECT COUNT(DISTINCT uid), COUNT(*) FROM register_marketing'); list($a, $b) = $res->fetchOneRow(); -$MESSAGE .= "\n$c INSCRIPTIONS SOLICITÉES :\n"; +$MESSAGE .= "\n$c INSCRIPTIONS SOLICITÉES :\n"; $MESSAGE .= " $a utilisateurs\n $b adresses mails\n"; // --------------------------------------- @@ -47,10 +47,11 @@ $MESSAGE .= "\n\n"; require_once('../../classes/plmailer.php'); $mailer = new PlMailer(); -$mailer->setSubject("$a confirmées, $b en attente et $c sollicitées"); +$mailer->setSubject("$a confirmées, $b en attente et $c sollicitées"); $mailer->setFrom('register@polytechnique.org'); $mailer->addTo('register@polytechnique.org'); $mailer->addCc('jean-michel.yolin+register@polytechnique.org'); $mailer->setTxtBody($MESSAGE); $mailer->send(); +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>