- getFData() : Correction d'un bug dans le précédent commit

This commit is contained in:
Benjamin Renard 2008-11-09 01:12:57 +00:00
parent 0b78fe461d
commit 77bfd98a32

View file

@ -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]);
}
}