This commit is contained in:
Christophe 2024-09-19 22:47:51 +02:00
parent c6d00822d9
commit bdd0a8783e

View file

@ -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);
}