diff --git a/librealire_fonctions.php b/librealire_fonctions.php index 924fbad..a357e3a 100644 --- a/librealire_fonctions.php +++ b/librealire_fonctions.php @@ -2,3 +2,9 @@ if (!defined('_ECRIRE_INC_VERSION')) { return; } + + +function retiremot($chaine) { + $chaine = str_replace('mot','',$chaine); + return $chaine; +} diff --git a/paquet.xml b/paquet.xml index f45176b..7100e98 100755 --- a/paquet.xml +++ b/paquet.xml @@ -1,7 +1,7 @@