From: Raphael Marichez Date: Sun, 19 Dec 2004 04:52:41 +0000 (+0000) Subject: syntax X-Git-Tag: xorg/old~637 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=6583075a00daee654018d066f0aa88b523f29fab;p=platal.git syntax git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-111 --- diff --git a/htdocs/admin/utilisateurs.php b/htdocs/admin/utilisateurs.php index d198b1f..07057e0 100644 --- a/htdocs/admin/utilisateurs.php +++ b/htdocs/admin/utilisateurs.php @@ -130,7 +130,7 @@ if ($login) { $mailer = new HermesMailer(); $mailer->setFrom("webmaster@polytechnique.org"); $mailer->addTo("web@polytechnique.org"); - $mailer->setSubject("INTERVENTION ADMIN (".Session::get('forlife']).")"); + $mailer->setSubject("INTERVENTION ADMIN (".Session::get('forlife').")"); $mailer->setTxtBody(preg_replace("/[ \t]+/", ' ', $query)); $mailer->send(); @@ -152,7 +152,7 @@ if ($login) { $mailer = new HermesMailer(); $mailer->setFrom("webmaster@polytechnique.org"); $mailer->addTo("web@polytechnique.org"); - $mailer->setSubject("INTERVENTION ADMIN (".Session::get('forlife']).")"); + $mailer->setSubject("INTERVENTION ADMIN (".Session::get('forlife').")"); $mailer->setTxtBody("\nUtilisateur $login effacé"); $mailer->send(); break;