--- rat/lonuserstate.pm 2006/05/12 00:02:22 1.111 +++ rat/lonuserstate.pm 2006/05/12 15:30:53 1.112 @@ -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.111 2006/05/12 00:02:22 albertel Exp $ +# $Id: lonuserstate.pm,v 1.112 2006/05/12 15:30:53 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -597,7 +597,6 @@ sub readmap { } elsif ($key =~ /^(map_(?:start|finish|pc)_)(.*)/) { my ($type, $url) = ($1,$2); my $value = $hash{$key}; - delete($hash{$key}); $hash{$type.&putinversion($url)}=$value; } }