]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Added a missing PutFooter().
authorterry%mozilla.org <>
Sat, 15 Jan 2000 07:17:49 +0000 (07:17 +0000)
committerterry%mozilla.org <>
Sat, 15 Jan 2000 07:17:49 +0000 (07:17 +0000)
bug_form.pl

index 40443f0604207f9f0fef11c6abb930b9cd7dbe0d..a58846ebb2c42154fdeebc768bdb96ca024596d4 100644 (file)
@@ -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;
 }