mhonarc-commits
[Top] [All Lists]

CVS: mharc/cgi-bin extract-mesg.cgi.in.dist,1.4,1.5

2002-09-19 20:29:33
Update of /cvsroot/mhonarc/mharc/cgi-bin
In directory subversions:/tmp/cvs-serv3779/cgi-bin

Modified Files:
	extract-mesg.cgi.in.dist 
Log Message:
Fixed regex pattern checking for valid period argument.  Extraction
of yearly-based archives should now work properly.


Index: extract-mesg.cgi.in.dist
===================================================================
RCS file: /cvsroot/mhonarc/mharc/cgi-bin/extract-mesg.cgi.in.dist,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** extract-mesg.cgi.in.dist	18 Sep 2002 17:23:29 -0000	1.4
--- extract-mesg.cgi.in.dist	20 Sep 2002 03:29:28 -0000	1.5
***************
*** 72,76 ****
  
    my $list_dir;
!   if (($month !~ /^\d{4}(?:-\d{2})$/) ||
        ($id !~ /(_dot_)\(_at_)(_dot_)/) ||
        ($archive !~ /\S/) ||
--- 72,76 ----
  
    my $list_dir;
!   if (($month !~ /^\d{4}(?:-\d{2})?$/) ||
        ($id !~ /(_dot_)\(_at_)(_dot_)/) ||
        ($archive !~ /\S/) ||

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