]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Removed warning.
authorterry%mozilla.org <>
Sat, 11 Mar 2000 01:45:09 +0000 (01:45 +0000)
committerterry%mozilla.org <>
Sat, 11 Mar 2000 01:45:09 +0000 (01:45 +0000)
CGI.pl

diff --git a/CGI.pl b/CGI.pl
index c8dc98e2ca0cfbd6138d7e11f02f155833c11c3d..f7cf522911fda0c4a0dcd706d3de90823fec5384 100644 (file)
--- a/CGI.pl
+++ b/CGI.pl
 
 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 {