perl/modules/W3C/LogValidator/lib/W3C/LogValidator SurveyEngine.pm,1.3,1.4

Update of /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator
In directory hutz:/tmp/cvs-serv10355

Modified Files:
	SurveyEngine.pm 
Log Message:
fixing a hasty copy-pasting

Index: SurveyEngine.pm
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator/SurveyEngine.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- SurveyEngine.pm	14 Jul 2004 02:40:01 -0000	1.3
+++ SurveyEngine.pm	15 Jul 2004 03:06:53 -0000	1.4
@@ -81,7 +81,6 @@
                    $uri_ext = $1;
                 }
                 elsif ($uri =~ /\/$/) { $uri_ext = "/";}
-                elsif ( $self->HEAD_check($uri) ) { $match = 1; }
                 foreach my $ext (@authorized_extensions)
                 {
                     if ($ext eq $uri_ext) { $match = 1; }

Received on Wednesday, 14 July 2004 23:06:56 UTC