X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fvalidations%2Fmarketing.inc.php;h=69bedabe14d0a57e7adddef3b09f4533aa798e22;hb=0be07aa610451e9c9e6f45425cae68eac31dbd7e;hp=1ac8a124c0e1de52e8690c4fbc15f9184daf4421;hpb=c3ae3d016bf277eed3214197bfc63b5592bad322;p=platal.git diff --git a/include/validations/marketing.inc.php b/include/validations/marketing.inc.php index 1ac8a12..69bedab 100644 --- a/include/validations/marketing.inc.php +++ b/include/validations/marketing.inc.php @@ -82,12 +82,12 @@ class MarkReq extends Validate function _mail_body($isok) { if ($isok) { - return " Un mail de marketing vient d'être envoyé " + return " Un mail de marketing vient d'être envoyé " .($this->perso ? 'en ton nom' : 'en notre nom') - ." à {$this->m_prenom} {$this->m_nom} ({$this->m_promo}) pour l'encourager à s'inscrire !\n\n" + ." à {$this->m_prenom} {$this->m_nom} ({$this->m_promo}) pour l'encourager à s'inscrire !\n\n" ."Merci de ta participation !\n"; } else { - return " Nous n'avons pas jugé bon d'envoyer de mail de marketing à {$this->m_prenom} {$this->m_nom} ({$this->m_promo})."; + return " Nous n'avons pas jugé bon d'envoyer de mail de marketing à {$this->m_prenom} {$this->m_nom} ({$this->m_promo})."; } } @@ -104,5 +104,5 @@ class MarkReq extends Validate // }}} } -// vim:set et sw=4 sts=4 sws=4 foldmethod=marker: +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>