Diff for /rat/lonuserstate.pm between versions 1.46 and 1.47

version 1.46, 2002/10/10 19:05:32 version 1.47, 2002/11/18 15:17:56
Line 120  sub loadmap { Line 120  sub loadmap {
                     $hash{'kind_'.$rid}='res';                      $hash{'kind_'.$rid}='res';
                     $hash{'title_'.$rid}=$token->[2]->{'title'};                      $hash{'title_'.$rid}=$token->[2]->{'title'};
                     my $turi=$token->[2]->{'src'};                      my $turi=$token->[2]->{'src'};
                       $Apache::lonnet::titlecache{
        &Apache::lonnet::symbclean(
                         &Apache::lonnet::declutter($uri).'___'.
                         $token->[2]->{'id'}.'___'.
         &Apache::lonnet::declutter($turi))}=
                             $token->[2]->{'title'};
                     unless ($ispage) {                      unless ($ispage) {
                         $turi=~/\.(\w+)$/;                          $turi=~/\.(\w+)$/;
                         my $embstyle=&Apache::loncommon::fileembstyle($1);                          my $embstyle=&Apache::loncommon::fileembstyle($1);

Removed from v.1.46  
changed lines
  Added in v.1.47


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>