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

version 1.759, 2006/06/30 00:26:49 version 1.760, 2006/06/30 04:23:36
Line 1081  sub currentversion { Line 1081  sub currentversion {
   
 sub subscribe {  sub subscribe {
     my $fname=shift;      my $fname=shift;
     if ($fname=~/\/(aboutme|syllabus|bulletinboard|smppg)$/) { return ''; }      if ($fname=~/\/(aboutme|syllabus|bulletinboard|smppg|grppg)$/) { 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.759  
changed lines
  Added in v.1.760


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