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