From bdd0a8783eef611ec8e7780c14dfa4e2eff03581 Mon Sep 17 00:00:00 2001 From: tofulm Date: Thu, 19 Sep 2024 22:47:51 +0200 Subject: [PATCH] revert --- gamumail_fonctions.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/gamumail_fonctions.php b/gamumail_fonctions.php index 62a0f37..23a230a 100644 --- a/gamumail_fonctions.php +++ b/gamumail_fonctions.php @@ -100,9 +100,6 @@ function gamumail_traiter_dist($corps, $options, $slug, $destinataires='') { } function gamumail_remplacer_modele($modele, $val, $texte){ - if (empty($val)) { - $val = ' '; - } if ($texte and $modele and $val) { return str_replace('@@'.$modele.'@@', $val, $texte); }