From: x2003bruneau Date: Tue, 28 Nov 2006 19:57:51 +0000 (+0000) Subject: Change medal validation message X-Git-Tag: xorg/0.9.13~259 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=4e9a4346c00f08e155c9f6d4fd4c783d0d2385aa;p=platal.git Change medal validation message git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1192 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/include/validations/medals.inc.php b/include/validations/medals.inc.php index 14f0b87..92a615e 100644 --- a/include/validations/medals.inc.php +++ b/include/validations/medals.inc.php @@ -60,7 +60,7 @@ class MedalReq extends Validate function _mail_body($isok) { if ($isok) { - return " La décoration ".$this->medal_name()." que tu avais demandée vient d'être acceptée."; + return " La décoration ".$this->medal_name()." vient d'être ajoutée à ta fiche."; } else { return " La demande que tu avais faite pour la décoration ".$this->medal_name()." a été refusée."; } diff --git a/modules/auth.php b/modules/auth.php index 28463d6..ea7e267 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -90,7 +90,7 @@ class AuthModule extends PLModule $res .= "\n\n"; - header('Content-Type: text/xml; charset="ISO-8859-1"'); + header('Content-Type: text/xml; charset="ISO-8859-1"'); echo $res; } exit;