version 1.119, 2002/12/02 14:19:38
|
version 1.120, 2002/12/02 14:20:24
|
Line 282 sub real_handler {
|
Line 282 sub real_handler {
|
while ($depth > 0 && !$ENV{'form.alreadyHere'}) { |
while ($depth > 0 && !$ENV{'form.alreadyHere'}) { |
if ($curRes == $mapIterator->BEGIN_MAP()) { $depth++; } |
if ($curRes == $mapIterator->BEGIN_MAP()) { $depth++; } |
if ($curRes == $mapIterator->END_MAP()) { $depth--; } |
if ($curRes == $mapIterator->END_MAP()) { $depth--; } |
$r->print($curRes . ' '); |
|
if (ref($curRes) && !$ENV{'form.alreadyHere'} && |
if (ref($curRes) && !$ENV{'form.alreadyHere'} && |
($hereType == $SYMB && $curRes->symb() eq $here) || |
($hereType == $SYMB && $curRes->symb() eq $here) || |
(ref($curRes) && $hereType == $URL && $curRes->src() eq $here)) { |
(ref($curRes) && $hereType == $URL && $curRes->src() eq $here)) { |