From 2f5fe4f3ae5ff4e7344a90ec84aa3ffe98ec47ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sat, 16 Oct 2010 23:47:58 +0200 Subject: [PATCH] Petites modifs. --- cms2/code/TODO | 1 + cms2/code/util.php5 | 1 + 2 files changed, 2 insertions(+) diff --git a/cms2/code/TODO b/cms2/code/TODO index b2d9e3d..9ef516c 100644 --- a/cms2/code/TODO +++ b/cms2/code/TODO @@ -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 diff --git a/cms2/code/util.php5 b/cms2/code/util.php5 index cb1413a..0af3f70 100644 --- a/cms2/code/util.php5 +++ b/cms2/code/util.php5 @@ -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();