From: dmose%mozilla.org <> Date: Fri, 28 Apr 2000 06:12:44 +0000 (+0000) Subject: Fixed a typo that was causing Perl to abort before printing the HTML X-Git-Tag: bugzilla-2.12~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab5a3eb5f76714d8d69e63a0f8dcb16b9326dbc9;p=thirdparty%2Fbugzilla.git Fixed a typo that was causing Perl to abort before printing the HTML footer when a certain database inconsistency was detected. --- diff --git a/CGI.pl b/CGI.pl index e70da5d4da..a0f667af3b 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;