diff --git a/include/udf.class.php b/include/udf.class.php index 6d7111346..eda139227 100644 --- a/include/udf.class.php +++ b/include/udf.class.php @@ -234,10 +234,6 @@ class UDF extends basis_db $toString = $this->dropdownListValuesToString($decodedJson[$udfName], $udfDescription['enum']); } } - else if ($decodedJson[$udfName] == null) - { - $toString = ''; - } return $toString; }