code cleanup

This commit is contained in:
sparc 2015-09-04 17:44:14 +00:00
parent 1452e0cd7b
commit 6a782e13e5
1 changed files with 1 additions and 3 deletions

View File

@ -363,11 +363,9 @@ while (list($key,$val) = each($rawdata))
{
if ($field != '')
{
//$var = '$r'.getvarname($field);
$itm = trim(substr($val,$pos+strlen($match)));
if ($itm!='')
//eval($var.'="'.str_replace('"','\"',$itm).'";');
if ($itm != '')
{
$var = 'r'.getvarname($field);
$$var = str_replace('"','\"',$itm);