From ec6c3ff41cd0e12d5d6e14fe81782bd6ab3fbef8 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Sat, 15 Jan 2000 07:17:49 +0000 Subject: Added a missing PutFooter(). --- bug_form.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'bug_form.pl') diff --git a/bug_form.pl b/bug_form.pl index 40443f060..a58846ebb 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -190,6 +190,7 @@ if (@row = FetchSQLData()) { print "

Bug not found

\n"; print "There does not seem to be a bug numbered $id.\n"; } + PutFooter(); exit; } -- cgit v1.2.3-24-g4f1b