change nomenclature from hasChild to isMother to be consistent

This commit is contained in:
Colin Kuskie 2004-12-30 00:16:09 +00:00
parent a9a723be0b
commit 200e01efca

View file

@ -318,7 +318,7 @@ sub view {
push(@{$pageData->{"page.depthDiff_loop"}},{}) for(1..$depthDiff);
}
$absoluteDepthOfLastPage = $pageData->{"page.absDepth"};
$pageData->{"page.hasChild"} = $asset->hasChildren;
$pageData->{"page.isMother"} = $asset->hasChildren;
my $parent = $self->getParent;
if (defined $parent) {
foreach my $property (@interestingProperties) {