Diff for /rat/lonuserstate.pm between versions 1.82 and 1.83

version 1.82, 2004/11/10 21:30:48 version 1.83, 2004/12/06 21:41:01
Line 150  sub loadmap { Line 150  sub loadmap {
     $hash{'version_'.$turi}=$1;      $hash{'version_'.$turi}=$1;
  }   }
     }      }
       my $title=$token->[2]->{'title'};
       $title=~s/\&colon\;/\:/gs;
     &Apache::lonnet::do_cache(\%Apache::lonnet::titlecache,      &Apache::lonnet::do_cache(\%Apache::lonnet::titlecache,
        &Apache::lonnet::encode_symb($uri,$token->[2]->{'id'},         &Apache::lonnet::encode_symb($uri,$token->[2]->{'id'},
     $turi),      $turi),$title,'title');
       $token->[2]->{'title'},'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.82  
changed lines
  Added in v.1.83


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