Remove default value for AttributeDateTime

This commit is contained in:
Eric Espie
2022-10-10 14:28:55 +02:00
parent acd8944aec
commit 567f333017

View File

@@ -6022,9 +6022,6 @@ class AttributeDateTime extends AttributeDBField
public function GetDefaultValue(DBObject $oHostObject = null)
{
if (!$this->IsNullAllowed()) {
return date($this->GetInternalFormat());
}
return $this->GetNullValue();
}