mother/child distinction is too close to isParent

This commit is contained in:
Colin Kuskie 2004-12-30 00:21:11 +00:00
parent 200e01efca
commit d472343555

View file

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