diff --git a/src/www/wizard.php b/src/www/wizard.php index b15684fa7..a01e0099d 100644 --- a/src/www/wizard.php +++ b/src/www/wizard.php @@ -430,7 +430,7 @@ function showchange() { $name = preg_replace("/\s+/", "", $name); $name = strtolower($name); - if($field['bindstofield'] <> "") { + if (!empty($field['bindstofield']) && !isset($field['value'])) { $arraynum = ""; $field_conv = ""; $field_split = explode("->", $field['bindstofield']); @@ -447,8 +447,9 @@ function showchange() { eval($toeval); } - if(!$field['combinefieldsend']) + if (!$field['combinefieldsend']) { echo "