Diff for /loncom/interface/londocs.pm between versions 1.69.2.1.2.1 and 1.69.2.1.2.2

version 1.69.2.1.2.1, 2003/08/07 19:12:13 version 1.69.2.1.2.2, 2003/08/07 19:12:42
Line 265  END Line 265  END
        }          } 
     }      }
     $url=~s/^http\&colon\;\/\//\/adm\/wrapper\/ext\//;      $url=~s/^http\&colon\;\/\//\/adm\/wrapper\/ext\//;
     if ($residx) {      if (($residx) && ($folder!~/supplemental/)) {
        $url.=(($url=~/\?/)?'&':'?').'symb='.         $url.=(($url=~/\?/)?'&':'?').'symb='.
        &Apache::lonnet::escape(&Apache::lonnet::symbclean(         &Apache::lonnet::escape(&Apache::lonnet::symbclean(
           &Apache::lonnet::declutter('uploaded/'.            &Apache::lonnet::declutter('uploaded/'.

Removed from v.1.69.2.1.2.1  
changed lines
  Added in v.1.69.2.1.2.2


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