From: Stéphane Jacob Date: Thu, 10 Jan 2008 00:04:15 +0000 (+0100) Subject: typo X-Git-Tag: xorg/0.9.16~174 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=3d070ad1b2dffe3606b707d326292ea9e015712a;p=platal.git typo --- diff --git a/modules/xnetgrp.php b/modules/xnetgrp.php index 4901f54..0871175 100644 --- a/modules/xnetgrp.php +++ b/modules/xnetgrp.php @@ -511,7 +511,7 @@ class XnetGrpModule extends PLModule . "{$_SESSION["prenom"]} {$_SESSION["nom"]}."; $mailer->setTxtBody($message); $mailer->send(); - $page->kill("$prenom $nom a bien été inscrit" . ($sexe ? 'e' : '')); + $page->kill("$prenom $nom a bien été inscrit" . ($sexe ? 'e' : '') . "."); } elseif (Env::has('refuse')) {