code cleanup
This commit is contained in:
parent
1452e0cd7b
commit
6a782e13e5
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue