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