From 72e0250117ffae0f758c7220d15ac16302130276 Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Mon, 13 Jul 2020 17:53:00 +0200 Subject: [PATCH] fix extrafields linnktoObject Thirdpary option showAdress --- htdocs/core/class/html.form.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index e5f5aaf7d0a..9c4e2526249 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -6222,7 +6222,6 @@ class Form $obj = $this->db->fetch_object($resql); $label = ''; $tmparray = explode(',', $fieldstoshow); - foreach ($tmparray as $key => $val) { $val = preg_replace('/t\./', '', $val);