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