diff options
author | terry%mozilla.org <> | 1999-09-24 04:08:01 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 1999-09-24 04:08:01 +0200 |
commit | 8829ae5f033999f20009364226a9239a1a706b68 (patch) | |
tree | 0a0e03f8195c4fcc5e992d5b2841f9dfa84c01b3 /process_bug.cgi | |
parent | 650e42208e0b0809c3a2092a0c6c6841439a3fdd (diff) | |
download | bugzilla-8829ae5f033999f20009364226a9239a1a706b68.tar.gz bugzilla-8829ae5f033999f20009364226a9239a1a706b68.tar.xz |
Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on several pages that were missing it.
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index 297a9ed77..aa168bd55 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -34,6 +34,8 @@ confirm_login(); print "Content-type: text/html\n\n"; +PutHeader ("Bug processed"); + GetVersionTable(); if ($::FORM{'product'} ne $::dontchange) { |