variable inutile

This commit is contained in:
Adrien MALINGREY 2025-05-08 04:50:30 +02:00
parent cb054036ad
commit ffe308ba3e

View File

@ -36,8 +36,6 @@ function dico($longueur_max) {
break;
}
$mot = $ligne[0];
$mot = str_replace("-", " ", $mot);
$mot = $transliterator->transliterate($mot);
if (strpos($mot, " ") !== false) {