- From: Ville Skytta <ville@dev.w3.org>
- Date: Sat, 13 Nov 2004 15:40:48 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv17727
Modified Files:
check
Log Message:
Remove unused $File->{Opt}->{URI}.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.355
retrieving revision 1.356
diff -u -d -r1.355 -r1.356
--- check 13 Nov 2004 10:31:18 -0000 1.355
+++ check 13 Nov 2004 15:40:46 -0000 1.356
@@ -345,7 +345,6 @@
# $File->{Opt}->{'Fussy'} = $q->param('fussy') ? TRUE : FALSE;
$File->{Opt}->{'Charset'} = $q->param('charset') ? lc $q->param('charset'): '';
$File->{Opt}->{'DOCTYPE'} = $q->param('doctype') ? $q->param('doctype') : '';
- $File->{Opt}->{'URI'} = $q->param('uri') ? $q->param('uri') : '';
$File->{Opt}->{'Output'} = $q->param('output') ? $q->param('output') : 'html';
$File->{Opt}->{'Max Errors'} = $q->param('me') ? $q->param('me') : '';
Received on Saturday, 13 November 2004 15:40:49 UTC