mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -234,10 +234,6 @@ class UDF extends basis_db
|
||||
$toString = $this->dropdownListValuesToString($decodedJson[$udfName], $udfDescription['enum']);
|
||||
}
|
||||
}
|
||||
else if ($decodedJson[$udfName] == null)
|
||||
{
|
||||
$toString = '';
|
||||
}
|
||||
|
||||
return $toString;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user