--- rat/lonpage.pm 2007/09/26 00:32:55 1.86 +++ rat/lonpage.pm 2008/11/20 15:19:05 1.89 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Page Handler # -# $Id: lonpage.pm,v 1.86 2007/09/26 00:32:55 albertel Exp $ +# $Id: lonpage.pm,v 1.89 2008/11/20 15:19:05 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -27,6 +27,9 @@ # ### + + + package Apache::lonpage; use strict; @@ -78,7 +81,7 @@ sub tracetable { my $frid=$hash{'map_finish_'.$hash{'src_'.$rid}}; $sofar= &tracetable($sofar,$hash{'map_start_'.$hash{'src_'.$rid}}, - '&'.$frid.'&'); + '&'.$frid.$beenhere); $sofar++; if ($hash{'src_'.$frid}) { my $brepriv=&Apache::lonnet::allowed('bre',$hash{'src_'.$frid}); @@ -590,6 +593,7 @@ sub get_buttons { 1; __END__ + =head1 NAME Apache::lonpage - Page Handler @@ -691,5 +695,3 @@ tracetable() : Build page table. =cut - -