summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-01-15 08:17:49 +0100
committerterry%mozilla.org <>2000-01-15 08:17:49 +0100
commitec6c3ff41cd0e12d5d6e14fe81782bd6ab3fbef8 (patch)
treeefbe2567ccc342da1ebd947a76d27e7d397dbf6e /bug_form.pl
parent5eee338175a2f2bf78290ad4154639a2972077ee (diff)
downloadbugzilla-ec6c3ff41cd0e12d5d6e14fe81782bd6ab3fbef8.tar.gz
bugzilla-ec6c3ff41cd0e12d5d6e14fe81782bd6ab3fbef8.tar.xz
Added a missing PutFooter().
Diffstat (limited to 'bug_form.pl')
-rw-r--r--bug_form.pl1
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;
}