From: Stéphane Jacob Date: Mon, 13 Sep 2010 08:28:16 +0000 (+0200) Subject: Removes entreprise name from validation email. X-Git-Tag: xorg/1.0.1~201 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=2381efd034b0efc9a0a839d45086b47ccefccf89;p=platal.git Removes entreprise name from validation email. Signed-off-by: Stéphane Jacob --- diff --git a/include/validations/entreprises.inc.php b/include/validations/entreprises.inc.php index fec0a4d..13ec9ce 100644 --- a/include/validations/entreprises.inc.php +++ b/include/validations/entreprises.inc.php @@ -139,7 +139,7 @@ class EntrReq extends ProfileValidate protected function _mail_subj() { - return "[Polytechnique.org/Entreprises] Demande d'ajout d'une entreprise : " . $this->name; + return '[Polytechnique.org/Entreprises] Demande d\'ajout d\'une entreprise'; } // }}}