From 77bfd98a32d6ef08d27e8a340e9a5d6fa252a659 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Sun, 9 Nov 2008 01:12:57 +0000 Subject: [PATCH] =?UTF-8?q?-=20getFData()=20:=20Correction=20d'un=20bug=20?= =?UTF-8?q?dans=20le=20pr=C3=A9c=C3=A9dent=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trunk/includes/functions.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/trunk/includes/functions.php b/trunk/includes/functions.php index 1e0ac07f..4995f161 100644 --- a/trunk/includes/functions.php +++ b/trunk/includes/functions.php @@ -65,9 +65,6 @@ function getFData($format,$data,$meth=NULL) { } $val=substr((string)$val,$s,$l); } - else { - $val=$data[$ch[1]]; - } $format[$i]=ereg_replace($ch[0],$val,$format[$i]); } }