diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index e80d8de86..7134467b7 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -11508,6 +11508,11 @@ class AttributeClassAttCodeSet extends AttributeSet } return ''.$value.''; } + + public function IsNull($proposedValue) + { + return (empty($proposedValue)); + } } class AttributeQueryAttCodeSet extends AttributeSet