From f25aacf1082a11b5f14552828d30fce9768c831b Mon Sep 17 00:00:00 2001 From: marcos Date: Fri, 21 Feb 2020 10:58:04 +0100 Subject: [PATCH] fixed erro2 --- pandora_console/include/functions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/pandora_console/include/functions.php b/pandora_console/include/functions.php index 85274c4f91..693e72d744 100644 --- a/pandora_console/include/functions.php +++ b/pandora_console/include/functions.php @@ -3081,8 +3081,6 @@ function array2XML($data, $root=null, $xml=null) $node = $xml->addChild($key); array2XML($value, $root, $node); } else { - $value = htmlentities($value); - if (!is_numeric($value) && !is_bool($value)) { if (!empty($value)) { $xml->addChild($key, $value);