diff --git a/inc/facteur_mail_wrap_to_html.php b/inc/facteur_mail_wrap_to_html.php index 3d7b3c1..e5c68b7 100644 --- a/inc/facteur_mail_wrap_to_html.php +++ b/inc/facteur_mail_wrap_to_html.php @@ -38,7 +38,6 @@ function inc_facteur_mail_wrap_to_html_dist($texte_ou_html) { and stripos($texte_ou_html, '') !== false ) { // dans ce cas on ruse un peu : extraire le sujet du title - $sujet = ''; if (preg_match(',(.*),Uims', $texte_ou_html, $m)) { $contexte['sujet'] = $m[1]; $texte_ou_html = preg_replace(',(.*),Uims', '', $texte_ou_html, 1);