--- rat/lonuserstate.pm 2006/05/11 23:56:27 1.107.2.1 +++ rat/lonuserstate.pm 2006/05/05 15:50:20 1.109 @@ -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.107.2.1 2006/05/11 23:56:27 albertel Exp $ +# $Id: lonuserstate.pm,v 1.109 2006/05/05 15:50:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -545,7 +545,7 @@ sub hiddenurls { sub readmap { my $short=shift; $short=~s/^\///; - my %cenv=&Apache::lonnet::coursedescription($short); + my %cenv=&Apache::lonnet::coursedescription($short,{'freshen_cache'=>1}); my $fn=$cenv{'fn'}; my $uri; $short=~s/\//\_/g; @@ -592,14 +592,8 @@ sub readmap { } # ------------------------------------------------------- Put versions into src foreach my $key (keys(%hash)) { - if ($key=~/^src_/) { + if ($key=~/^src\_/) { $hash{$key}=&putinversion($hash{$key}); - } elsif ($key =~ /^(map_(?:start|finish|pc)_)(.*)/) { - &Apache::lonnet::logthis($key); - my ($type, $url) = ($1,$2); - my $value = $hash{$key}; - delete($hash{$key}); - $hash{$type.&putinversion($url)}=$value; } } # ---------------------------------------------------------------- Encrypt URLs