variable inutile
This commit is contained in:
parent
cb054036ad
commit
ffe308ba3e
2
dico.php
2
dico.php
@ -36,8 +36,6 @@ function dico($longueur_max) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
$mot = $ligne[0];
|
|
||||||
|
|
||||||
$mot = str_replace("-", " ", $mot);
|
$mot = str_replace("-", " ", $mot);
|
||||||
$mot = $transliterator->transliterate($mot);
|
$mot = $transliterator->transliterate($mot);
|
||||||
if (strpos($mot, " ") !== false) {
|
if (strpos($mot, " ") !== false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user