elseif (is_array($propertyValue) && array_key_exists("VALUE", $propertyValue))
{
if(!is_array($propertyValue["VALUE"]) && strlen($propertyValue["VALUE"]) <= 0)
$bError = true;
elseif (strlen($propertyValue["VALUE"]["TEXT"]) <= 0)
{
$bError = true;
}
} |