From c579cfe9bd51765557a07e596f8c35be92b2f1f3 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Mon, 9 Jan 2006 13:59:18 +0000 Subject: [PATCH] get rid of the fscking mailman error (admin ...) git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.9@198 839d8a87-29fc-0310-9880-83ba4fa771e5 --- htdocs/admin/utilisateurs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/utilisateurs.php b/htdocs/admin/utilisateurs.php index 5fc1bfb..31bb2e7 100644 --- a/htdocs/admin/utilisateurs.php +++ b/htdocs/admin/utilisateurs.php @@ -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; -- 2.1.4