|
@@ -696,6 +696,7 @@ EOF;
|
|
}
|
|
}
|
|
elseif ($sAttType == 'AttributeBlob')
|
|
elseif ($sAttType == 'AttributeBlob')
|
|
{
|
|
{
|
|
|
|
+ $aParameters['is_null_allowed'] = $this->GetPropBoolean($oField, 'is_null_allowed', false);
|
|
$aParameters['depends_on'] = $sDependencies;
|
|
$aParameters['depends_on'] = $sDependencies;
|
|
}
|
|
}
|
|
elseif ($sAttType == 'AttributeStopWatch')
|
|
elseif ($sAttType == 'AttributeStopWatch')
|