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 /long_list.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 'long_list.cgi')
-rwxr-xr-x | long_list.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/long_list.cgi b/long_list.cgi index 69546119f..e855c4434 100755 --- a/long_list.cgi +++ b/long_list.cgi @@ -29,7 +29,7 @@ require "CGI.pl"; use vars %::FORM; print "Content-type: text/html\n\n"; -print "<TITLE>Full Text Bug Listing</TITLE>\n"; +PutHeader ("Full Text Bug Listing"); ConnectToDatabase(); quietly_check_login(); |