Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
84ca1e86
Commit
84ca1e86
authored
Jan 20, 2000
by
terry%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch by Holger Schurig <holger@holger.om.org> -- don't display footer if they asked for no header.
parent
c0908aed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
reports.cgi
reports.cgi
+6
-4
No files found.
reports.cgi
View file @
84ca1e86
...
...
@@ -96,7 +96,7 @@ else
print
"<font color=blue>$_</font> : "
.
(
$::FORM
{
$_
}
?
$::FORM
{
$_
}
:
"undef"
)
.
"<br>\n"
;
}
PutFooter
();
PutFooter
()
if
$::FORM
{
banner
}
;
exit
;
}
...
...
@@ -107,7 +107,8 @@ print <<FIN;
<p>
FIN
PutFooter
();
PutFooter
()
if
$::FORM
{
banner
};
##################################
# user came in with no form data #
...
...
@@ -171,6 +172,7 @@ FIN
FIN
#Add this above to get a control for showing the SQL query:
#<input type=checkbox name=showsql value=1> Show SQL<br>
PutFooter
();
}
sub
most_doomed
...
...
@@ -309,7 +311,7 @@ FIN
if
(
$bugs_count
==
0
)
{
print
"No bugs found!\n"
;
PutFooter
();
PutFooter
()
if
$::FORM
{
banner
}
;
exit
;
}
...
...
@@ -526,7 +528,7 @@ $msg
<p>
FIN
PutFooter
();
PutFooter
()
if
$::FORM
{
banner
}
;
exit
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment