Petites modifs.
This commit is contained in:
parent
de1f853520
commit
2f5fe4f3ae
|
@ -14,6 +14,7 @@
|
|||
|
||||
- modules pour le site 4h
|
||||
- squelette 1h
|
||||
+ barre de navigation latérale 1h
|
||||
- css pour le site 2h
|
||||
==== OK.
|
||||
- authentification 3h
|
||||
|
|
|
@ -54,6 +54,7 @@ function correspondance_accents(&$arr_ascii, &$arr_accents, $ascii, $accents) {
|
|||
}
|
||||
|
||||
// Transforme en une chaîne qui match [a-zA-Z][-a-zA-Z0-9_]*
|
||||
/* TODO : ajouter ceux de http://www.php.net/manual/fr/function.preg-replace.php#96586 . */
|
||||
function str_to_nix($input) {
|
||||
$ascii = array();
|
||||
$accents = array();
|
||||
|
|
Loading…
Reference in New Issue
Block a user