From: terry%mozilla.org <> Date: Sat, 11 Mar 2000 01:45:09 +0000 (+0000) Subject: Removed warning. X-Git-Tag: bugzilla-2.12~348 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f9f6d7641c4fb0c9214133efd7ef03f682b158c;p=thirdparty%2Fbugzilla.git Removed warning. --- diff --git a/CGI.pl b/CGI.pl index c8dc98e2ca..f7cf522911 100644 --- a/CGI.pl +++ b/CGI.pl @@ -24,13 +24,14 @@ use diagnostics; use strict; - +# use Carp; # for confess # Shut up misguided -w warnings about "used only once". For some reason, # "use vars" chokes on me when I try it here. sub CGI_pl_sillyness { my $zz; $zz = %::FILENAME; + $zz = %::MFORM; $zz = %::dontchange; } @@ -451,6 +452,7 @@ sub make_options { "details of what you were doing when this message " . "appeared. Thank you.\n"; PutFooter(); +# confess "Gulp."; exit 0; } else {