From: Stéphane Jacob Date: Sun, 23 Jan 2011 14:37:33 +0000 (+0100) Subject: Shortens message when we refuse an entreprise. X-Git-Tag: xorg/1.0.2~29 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f4b0bbdad6826cf527c247e443d5b1b1c0a2d876;p=platal.git Shortens message when we refuse an entreprise. Signed-off-by: Stéphane Jacob --- diff --git a/include/validations/entreprises.inc.php b/include/validations/entreprises.inc.php index 671d93f..9748ea8 100644 --- a/include/validations/entreprises.inc.php +++ b/include/validations/entreprises.inc.php @@ -129,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.'; } }