From ab5a3eb5f76714d8d69e63a0f8dcb16b9326dbc9 Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" <> Date: Fri, 28 Apr 2000 06:12:44 +0000 Subject: Fixed a typo that was causing Perl to abort before printing the HTML footer when a certain database inconsistency was detected. --- CGI.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index e70da5d4d..a0f667af3 100644 --- a/CGI.pl +++ b/CGI.pl @@ -456,7 +456,7 @@ sub make_options { } print "
src = " . value_quote(join(' ', @$src)) . "\n";
         print "default = " . value_quote($default) . "
"; - Putfooter(); + PutFooter(); # confess "Gulp."; exit 0; -- cgit v1.2.3-24-g4f1b