From: x2003bruneau Date: Fri, 3 Nov 2006 16:07:23 +0000 (+0000) Subject: Small fix X-Git-Tag: xorg/0.9.12~149 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;ds=inline;h=91f4232430d5ecb47873c9686346344f3d3d7a43;hp=fe136252bc2722c0df328d889728008c473a0eb2;p=platal.git Small fix git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1044 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/events.php b/modules/events.php index eaee6ea..fab8dd9 100644 --- a/modules/events.php +++ b/modules/events.php @@ -236,7 +236,7 @@ class EventsModule extends PLModule if (Post::has('send')) { $nl->sendTo(S::v('prenom'), S::v('nom'), S::v('bestalias'), S::v('femme'), - S::v('mail_fmt') != 'text'); + S::v('mail_fmt') != 'texte'); } }