Diff for /loncom/interface/lonnavmaps.pm between versions 1.267.2.4 and 1.267.2.5

version 1.267.2.4, 2004/09/13 20:09:33 version 1.267.2.5, 2004/09/20 15:26:04
Line 1260  sub render { Line 1260  sub render {
         # We only need to do this if we need to open the maps to show the          # We only need to do this if we need to open the maps to show the
         # current position. This will change the counter so we can't count          # current position. This will change the counter so we can't count
         # for the jump marker with this loop.          # for the jump marker with this loop.
         while (($curRes = $mapIterator->next()) && !$found) {          while ($here && ($curRes = $mapIterator->next()) && !$found) {
             if (ref($curRes) && $curRes->symb() eq $here) {              if (ref($curRes) && $curRes->symb() eq $here) {
                 my $mapStack = $mapIterator->getStack();                  my $mapStack = $mapIterator->getStack();
                                   

Removed from v.1.267.2.4  
changed lines
  Added in v.1.267.2.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>