#692 Allow to set a default value for AttributeDuration (was forced to 0 anytime)

SVN:trunk[2705]
This commit is contained in:
Romain Quetiez
2013-04-26 10:24:44 +00:00
parent d69236cb25
commit d5e57ba0ba

View File

@@ -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)
{