X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpayment.php;h=23f0b8d0ebf56696ddded91c6614600c68ddd557;hb=77de31c98f05be58870afbaa0cb6ba9f6cbb1799;hp=f9cc6c6394cfb07822a2bb7bd6ace02e7581d89d;hpb=f8a1899eceabb9648adb85071fab66d49d549337;p=platal.git diff --git a/modules/payment.php b/modules/payment.php index f9cc6c6..23f0b8d 100644 --- a/modules/payment.php +++ b/modules/payment.php @@ -252,7 +252,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);