syntax
authorRaphael Marichez <falco@m4x.org>
Sun, 19 Dec 2004 04:52:41 +0000 (04:52 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:26:45 +0000 (23:26 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-111

htdocs/admin/utilisateurs.php

index d198b1f..07057e0 100644 (file)
@@ -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;