- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Jul 2005 20:12:32 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv953/httpd/cgi-bin
Modified Files:
check
Log Message:
Quick hack to avoid error log trashing in direct input.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.427
retrieving revision 1.428
diff -u -d -r1.427 -r1.428
--- check 22 Jul 2005 16:49:55 -0000 1.427
+++ check 22 Jul 2005 20:12:30 -0000 1.428
@@ -1116,6 +1116,7 @@
$File->{Modified} = '';
$File->{Server} = '';
$File->{Size} = '';
+ $File->{ContentType} = ''; # @@TODO?
$File->{URI} = 'upload://Form Submission';
$File->{'Is Upload'} = TRUE;
Received on Friday, 22 July 2005 20:12:35 UTC