diff --git a/core/cmdbsource.class.inc.php b/core/cmdbsource.class.inc.php index 53fbc58ed..3b72e76ee 100644 --- a/core/cmdbsource.class.inc.php +++ b/core/cmdbsource.class.inc.php @@ -576,11 +576,6 @@ class CMDBSource return $aRes; } - // Stripslashes - if (get_magic_quotes_gpc()) - { - $value = stripslashes($value); - } // Quote if not a number or a numeric string if ($bAlways || is_string($value)) {