Diff for /loncom/interface/lonnavmaps.pm between versions 1.120 and 1.121

version 1.120, 2002/12/02 14:20:24 version 1.121, 2002/12/02 14:22:50
Line 274  sub real_handler { Line 274  sub real_handler {
     my $foundJump = ($jumpType == $NOTHING); # look for jump point if we have one      my $foundJump = ($jumpType == $NOTHING); # look for jump point if we have one
     my $looped = 0;       my $looped = 0; 
   
     $r->print($hereType);  
   
     # 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.

Removed from v.1.120  
changed lines
  Added in v.1.121


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