diff options
author | terry%mozilla.org <> | 2000-01-15 08:17:49 +0100 |
---|---|---|
committer | terry%mozilla.org <> | 2000-01-15 08:17:49 +0100 |
commit | ec6c3ff41cd0e12d5d6e14fe81782bd6ab3fbef8 (patch) | |
tree | efbe2567ccc342da1ebd947a76d27e7d397dbf6e | |
parent | 5eee338175a2f2bf78290ad4154639a2972077ee (diff) | |
download | bugzilla-ec6c3ff41cd0e12d5d6e14fe81782bd6ab3fbef8.tar.gz bugzilla-ec6c3ff41cd0e12d5d6e14fe81782bd6ab3fbef8.tar.xz |
Added a missing PutFooter().
-rw-r--r-- | bug_form.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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 "<H1>Bug not found</H1>\n"; print "There does not seem to be a bug numbered $id.\n"; } + PutFooter(); exit; } |