diff options
author | 2002-11-17 05:28:08 +0000 | |
---|---|---|
committer | 2002-11-17 05:28:08 +0000 | |
commit | f274309bc7de1a9ef7a262a954241c6256bf592b (patch) | |
tree | 6eada95241d0b3e43623bcdaccb45de49a89024d /request.cgi | |
parent | Bug 179264 - only quote non-numeric CSV values. Patch by gerv; r=joel, a=just... (diff) | |
download | bugzilla-f274309bc7de1a9ef7a262a954241c6256bf592b.tar.gz bugzilla-f274309bc7de1a9ef7a262a954241c6256bf592b.tar.bz2 bugzilla-f274309bc7de1a9ef7a262a954241c6256bf592b.zip |
Bug 179886 - request.cgi should not |use diagnostics|
r=gerv, a=justdave
Diffstat (limited to 'request.cgi')
-rwxr-xr-x | request.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/request.cgi b/request.cgi index 00587917f..0b6c440ad 100755 --- a/request.cgi +++ b/request.cgi @@ -25,7 +25,6 @@ ################################################################################ # Make it harder for us to do dangerous things in Perl. -use diagnostics; use strict; # Include the Bugzilla CGI and general utility library. |