From 791e616244b1d45c3f6217c09f2defe641276af4 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 4 Nov 2007 21:17:49 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20erreur=20lorsqu'on=20cliquait=20sur=20un?= =?UTF-8?q?=20lien=20num=E9ro=20de=20tel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/action/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 2c084faa5ce..f04b873eb9f 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -444,7 +444,7 @@ if ($_GET["action"] == 'create') { print ''."\n"; $caction->fetch($_GET["actioncode"]); - print $caction->getNom(); + print $caction->getNomUrl(); } else {