From 4861058f491228aacf1938dff82f3d5f04a02c7d Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Tue, 2 Nov 2004 19:57:48 +0000 Subject: [PATCH] the right old thing --- include/newsletter.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/newsletter.inc.php b/include/newsletter.inc.php index 3edcd84..c01f025 100644 --- a/include/newsletter.inc.php +++ b/include/newsletter.inc.php @@ -18,7 +18,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: newsletter.inc.php,v 1.29 2004-11-02 19:40:41 x2000habouzit Exp $ + $Id: newsletter.inc.php,v 1.30 2004-11-02 19:57:48 x2000habouzit Exp $ ***************************************************************************/ define('FEMME', 1); @@ -256,7 +256,7 @@ EOF; function sendTo($prenom,$nom,$forlife,$sex,$html) { require_once('diogenes.mailer.inc.php'); $fullname = "=?ISO-8859-1?Q?".quoted_printable_encode(str_replace(' ','_',"$prenom $nom"),200)."?="; - $mailer = new DiogenesMailer("Lettre Mensuelle Polytechnique.org ", + $mailer = new DiogenesMailer("Lettre Mensuelle Polytechnique.org ", "$fullname <$forlife@polytechnique.org>", $this->title(true), $html); -- 2.1.4