commit cdf7a1090f6f57fb7fba65df7203246041c98b03
parent d4f40c19dfcbd22b4cd7c5fb97a09796db7a963a
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date: Wed, 23 Jun 2010 18:54:50 +0200
Renomage de fonction dans util.php (utilisée nulle par ailleurs actuellement)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 !
}