From 71eef1691521b26b1554d9b647bee684e02e47e7 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Fri, 24 Mar 2000 02:20:34 +0000 Subject: Add a bit of helpful debugging info when we get a consistancy check problem. --- CGI.pl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index f7cf52291..8925afd67 100644 --- a/CGI.pl +++ b/CGI.pl @@ -451,7 +451,12 @@ sub make_options { "Please send mail to " . Param("maintainer") . " with " . "details of what you were doing when this message " . "appeared. Thank you.\n"; - PutFooter(); + if (!$src) { + $src = ["???null???"]; + } + print "
src = " . value_quote(join(' ', @$src)) . "\n";
+        print "default = " . value_quote($default) . "
"; + Putfooter(); # confess "Gulp."; exit 0; -- cgit v1.2.3-24-g4f1b