From: Stéphane Jacob Date: Fri, 31 Dec 2010 11:57:03 +0000 (+0100) Subject: Fixes comment display in payment email (Closes #1375). X-Git-Tag: xorg/1.0.2~32^2~4 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=2d81f9c4fbd732c3b5ae2dcbcf62aa3b28f44e0e;p=platal.git Fixes comment display in payment email (Closes #1375). Signed-off-by: Stéphane Jacob --- diff --git a/modules/payment.php b/modules/payment.php index 39f8193..079e524 100644 --- a/modules/payment.php +++ b/modules/payment.php @@ -250,7 +250,7 @@ class PaymentModule extends PLModule /* on genere le mail de confirmation */ $conf_text = str_replace( - array('', '', '', '', '', '', 'comment>'), + array('', '', '', '', '', '', ''), array($user->firstName(), $user->lastName(), $user->promo(), $montant, $user->isFemale() ? 'Chère' : 'Cher', $user->isFemale() ? 'Chère' : 'Cher', Env::v('comment')), $conf_text);