Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.760 and 1.761

version 1.760, 2006/06/30 04:23:36 version 1.761, 2006/07/07 21:55:23
Line 1081  sub currentversion { Line 1081  sub currentversion {
   
 sub subscribe {  sub subscribe {
     my $fname=shift;      my $fname=shift;
     if ($fname=~/\/(aboutme|syllabus|bulletinboard|smppg|grppg)$/) { return ''; }      if ($fname=~/\/(aboutme|syllabus|bulletinboard|smppg)$/) { return ''; }
     $fname=~s/[\n\r]//g;      $fname=~s/[\n\r]//g;
     my $author=$fname;      my $author=$fname;
     $author=~s/\/home\/httpd\/html\/res\/([^\/]*)\/([^\/]*).*/$1\/$2/;      $author=~s/\/home\/httpd\/html\/res\/([^\/]*)\/([^\/]*).*/$1\/$2/;

Removed from v.1.760  
changed lines
  Added in v.1.761


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