Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.1171 and 1.1172

version 1.1171, 2012/05/18 20:16:48 version 1.1172, 2012/05/21 18:35:30
Line 10760  sub declutter { Line 10760  sub declutter {
     $thisfn=~s|^adm/wrapper/||;      $thisfn=~s|^adm/wrapper/||;
     $thisfn=~s|^adm/coursedocs/showdoc/||;      $thisfn=~s|^adm/coursedocs/showdoc/||;
     $thisfn=~s/^res\///;      $thisfn=~s/^res\///;
       $thisfn=~s/^priv\///;
     unless (($thisfn =~ /^ext/) || ($thisfn =~ /\.(page|sequence)___\d+___ext/)) {      unless (($thisfn =~ /^ext/) || ($thisfn =~ /\.(page|sequence)___\d+___ext/)) {
         $thisfn=~s/\?.+$//;          $thisfn=~s/\?.+$//;
     }      }

Removed from v.1.1171  
changed lines
  Added in v.1.1172


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