From 0b0b51f77a14a5cafb995cd97cd9edfd331cd2f1 Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" Date: Thu, 27 Apr 2000 23:12:44 +0000 Subject: [PATCH] Fixed a typo that was causing Perl to abort before printing the HTML footer when a certain database inconsistency was detected. git-svn-id: svn://10.0.0.236/trunk@67436 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/CGI.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/CGI.pl b/mozilla/webtools/bugzilla/CGI.pl index e70da5d4dad..a0f667af3b8 100644 --- a/mozilla/webtools/bugzilla/CGI.pl +++ b/mozilla/webtools/bugzilla/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;