From cdf7a1090f6f57fb7fba65df7203246041c98b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 23 Jun 2010 18:54:50 +0200 Subject: [PATCH] =?UTF-8?q?Renomage=20de=20fonction=20dans=20util.php=20(u?= =?UTF-8?q?tilis=C3=A9e=20nulle=20par=20ailleurs=20actuellement)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.php b/util.php index 76f8045..22561f3 100644 --- a/util.php +++ b/util.php @@ -3,7 +3,7 @@ // Fonctions utilitaires. // Concatène deux chemins. -function concat_path($p1, $p2) { +function concaténer_chemin($p1, $p2) { return $p1 . '/' . $p2; // FIXME : . '/' . n'est pas portable ! }