--- rat/lonuserstate.pm 2002/11/18 15:17:56 1.47 +++ rat/lonuserstate.pm 2002/12/12 18:00:24 1.48 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construct and maintain state and binary representation of course for user # -# $Id: lonuserstate.pm,v 1.47 2002/11/18 15:17:56 www Exp $ +# $Id: lonuserstate.pm,v 1.48 2002/12/12 18:00:24 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -278,7 +278,8 @@ sub traceroute { $sofar=simplify($sofar); unless ($beenhere=~/\&$rid\&/) { $beenhere.=$rid.'&'; - if (($retfurl eq '') && ($hash{'src_'.$rid})) { + if (($retfurl eq '') && ($hash{'src_'.$rid}) + && ($hash{'src_'.$rid}!~/\.sequence$/)) { my ($mapid,$resid)=split(/\./,$rid); $retfurl=$hash{'src_'.$rid}. (($hash{'src_'.$rid}=~/\?/)?'&':'?').'symb='. @@ -492,9 +493,9 @@ sub readmap { &pickrandom(); } # ------------------------------------------------------------ Version tracking - if (&Apache::lonnet::allowed('srm',$ENV{'request.course.id'})) { - &Apache::lonnet::logthis('Will be version tracking'); - } +# if (&Apache::lonnet::allowed('srm',$ENV{'request.course.id'})) { +# &Apache::lonnet::logthis('Will be version tracking'); +# } unless ((untie(%hash)) && (untie(%parmhash))) { &Apache::lonnet::logthis("WARNING: ". "Could not untie coursemap $fn for $uri."); @@ -522,8 +523,6 @@ sub readmap { $retfurl='/adm/email?critical=display'; } } - - return ($retfurl,$errtext); }