N°962: TagSet attribute definition dev (continued)

SVN:b931[6030]
This commit is contained in:
Eric Espié
2018-08-29 10:10:44 +00:00
committed by Pierre Goiffon
parent ecdc4076d9
commit a03c553000
3 changed files with 67 additions and 26 deletions

View File

@@ -1395,7 +1395,7 @@ EOF
$aParameters['sql'] = $this->GetMandatoryPropString($oField, 'sql');
$aParameters['is_null_allowed'] = $this->GetPropBoolean($oField, 'is_null_allowed', false);
$aParameters['depends_on'] = $sDependencies;
$aParameters['default_value'] = $this->GetPropString($oField, 'default_value', '');
$aParameters['default_value'] = '';
}
else
{
@@ -1406,8 +1406,6 @@ EOF
$aParameters['depends_on'] = $sDependencies;
}
// Optional parameters (more for historical reasons)
// Added if present...
//