diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index bca5cbcfc..81ba8535a 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -2649,10 +2649,6 @@ class AttributeDuration extends AttributeInteger protected function GetSQLCol() {return "INT(11) UNSIGNED";} public function GetNullValue() {return '0';} - public function GetDefaultValue() - { - return 0; - } public function MakeRealValue($proposedValue, $oHostObj) {