Diff for /rat/lonuserstate.pm between versions 1.37 and 1.39

version 1.37, 2002/08/17 17:40:06 version 1.39, 2002/08/31 00:43:13
Line 122  sub loadmap { Line 122  sub loadmap {
                             $turi=~s/^http\:\/\//\/adm\/wrapper\/ext\//;                              $turi=~s/^http\:\/\//\/adm\/wrapper\/ext\//;
                         } else {                          } else {
                            my $embstyle=&Apache::loncommon::fileembstyle($1);                             my $embstyle=&Apache::loncommon::fileembstyle($1);
                            if (($embstyle eq 'img') || ($embstyle eq 'emb')) {                             if (($embstyle eq 'img') || ($embstyle eq 'emb')
                             || ($turi=~/\/syllabus$/) || ($turi=~/\/aboutme$/)) {
        $turi='/adm/wrapper'.$turi;         $turi='/adm/wrapper'.$turi;
                            }                             }
                         }                          }
Line 462  sub readmap { Line 463  sub readmap {
     %parmhash=();      %parmhash=();
     $errtext='';      $errtext='';
     $pc=0;      $pc=0;
     my $furi='/res/'.&Apache::lonnet::declutter($uri);      my $furi=&Apache::lonnet::clutter($uri);
     $hash{'src_0.0'}=$furi;      $hash{'src_0.0'}=$furi;
     $hash{'title_0.0'}=&Apache::lonnet::metadata($uri,'title');      $hash{'title_0.0'}=&Apache::lonnet::metadata($uri,'title');
     $hash{'ids_'.$furi}='0.0';      $hash{'ids_'.$furi}='0.0';

Removed from v.1.37  
changed lines
  Added in v.1.39


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