From: terry%mozilla.org <> Date: Sat, 15 Jan 2000 07:17:49 +0000 (+0000) Subject: Added a missing PutFooter(). X-Git-Tag: bugzilla-2.12~470 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec6c3ff41cd0e12d5d6e14fe81782bd6ab3fbef8;p=thirdparty%2Fbugzilla.git Added a missing PutFooter(). --- diff --git a/bug_form.pl b/bug_form.pl index 40443f0604..a58846ebb2 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; }