Petites modifs.

This commit is contained in:
Georges Dupéron 2010-10-16 23:47:58 +02:00
parent de1f853520
commit 2f5fe4f3ae
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
- modules pour le site 4h - modules pour le site 4h
- squelette 1h - squelette 1h
+ barre de navigation latérale 1h
- css pour le site 2h - css pour le site 2h
==== OK. ==== OK.
- authentification 3h - authentification 3h

View File

@ -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_]* // 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) { function str_to_nix($input) {
$ascii = array(); $ascii = array();
$accents = array(); $accents = array();