Removes entreprise name from validation email.
authorStéphane Jacob <sj@m4x.org>
Mon, 13 Sep 2010 08:28:16 +0000 (10:28 +0200)
committerStéphane Jacob <sj@m4x.org>
Mon, 13 Sep 2010 08:28:58 +0000 (10:28 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
include/validations/entreprises.inc.php

index fec0a4d..13ec9ce 100644 (file)
@@ -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';
     }
 
     // }}}