}
}
- if (sizeof($aParentOfLines))
+ if (!empty($aParentOfLines))
{
headline('Parent Of');
_one_row($aAddressLine);
}
}
- if (sizeof($aParentOfLines) >= 500) {
+ if (count($aParentOfLines) >= 500) {
echo '<p>There are more child objects which are not shown.</p>';
}
}