X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fvalidations%2Fentreprises.inc.php;h=b503abbcce4e002c812c1c81c6050911a7f2da5f;hb=911075226546c6b058eca1e0b889097f79fa6232;hp=da2e65ee68c5fd180c9bec27dfc9db707e316d49;hpb=245923e335d0da5bec9495991a7846be9f0563ab;p=platal.git diff --git a/include/validations/entreprises.inc.php b/include/validations/entreprises.inc.php index da2e65e..b503abb 100644 --- a/include/validations/entreprises.inc.php +++ b/include/validations/entreprises.inc.php @@ -1,6 +1,6 @@ id = $_id; @@ -127,8 +129,7 @@ class EntrReq extends ProfileValidate if ($isok) { return " L'entreprise " . $this->name . " vient d'être ajoutée à ta fiche."; } else { - return " La demande que tu avais faite pour l'entreprise " . $this->name . - " a été refusée, car elle figure déjà dans notre base."; + return ' La demande que tu avais faite pour l\'entreprise ' . $this->name . ' a été refusée.'; } }