get rid of the fscking mailman error (admin ...)
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 9 Jan 2006 13:59:18 +0000 (13:59 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 9 Jan 2006 13:59:18 +0000 (13:59 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.9@198 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/admin/utilisateurs.php

index 5fc1bfb..31bb2e7 100644 (file)
@@ -133,7 +133,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 de ".Session::get('forlife'));
                     $mailer->setTxtBody(preg_replace("/[ \t]+/", ' ', $query));
                     $mailer->send();
 
@@ -158,7 +158,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 de ".Session::get('forlife'));
                $mailer->setTxtBody("\nUtilisateur $login effacĂ©");
                $mailer->send();
                break;