--- rat/lonuserstate.pm 2003/04/30 21:13:57 1.58 +++ rat/lonuserstate.pm 2003/06/20 18:57:58 1.59 @@ -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.58 2003/04/30 21:13:57 albertel Exp $ +# $Id: lonuserstate.pm,v 1.59 2003/06/20 18:57:58 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -125,7 +125,7 @@ sub loadmap { &Apache::lonnet::declutter($uri).'___'. $token->[2]->{'id'}.'___'. &Apache::lonnet::declutter($turi))}= - $token->[2]->{'title'}; + [$token->[2]->{'title'},time]; unless ($ispage) { $turi=~/\.(\w+)$/; my $embstyle=&Apache::loncommon::fileembstyle($1);