From 2381efd034b0efc9a0a839d45086b47ccefccf89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 13 Sep 2010 10:28:16 +0200 Subject: [PATCH] Removes entreprise name from validation email. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- include/validations/entreprises.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } // }}} -- 2.1.4