diff options
Diffstat (limited to 'bug_form.pl')
-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; } |