mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/lib mhutil.pl,2.23,2.24

2002-12-29 15:19:13
Update of /cvsroot/mhonarc/mhonarc/MHonArc/lib
In directory subversions:/tmp/cvs-serv6635

Modified Files:
	mhutil.pl 
Log Message:
Added check for "Newsgroups" along with "Newsgroup" when NEWS resource
is active.


Index: mhutil.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/lib/mhutil.pl,v
retrieving revision 2.23
retrieving revision 2.24
diff -C2 -r2.23 -r2.24
*** mhutil.pl	20 Dec 2002 08:01:11 -0000	2.23
--- mhutil.pl	29 Dec 2002 22:19:03 -0000	2.24
***************
*** 520,525 ****
  	    last LBLSW;
  	}
! 	if ($label eq 'newsgroup') {
! 	    $fld_text = newsurl($fld_text)  unless $NONEWS;
  	    last LBLSW;
  	}
--- 520,525 ----
  	    last LBLSW;
  	}
! 	if (!$NONEWS && ($label eq 'newsgroup' || $label eq 'newsgroups')) {
! 	    $fld_text = newsurl($fld_text);
  	    last LBLSW;
  	}

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV