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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
090d07f5
Commit
090d07f5
authored
Nov 08, 2002
by
myk%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 178776: Eliminates warning in duplicates.cgi.
parent
8f8766ab
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
duplicates.cgi
duplicates.cgi
+1
-1
No files found.
duplicates.cgi
View file @
090d07f5
...
...
@@ -37,7 +37,7 @@ use vars qw($buffer);
# Go directly to the XUL version of the duplicates report (duplicates.xul)
# if the user specified ctype=xul. Adds params if they exist, and directs
# the user to a signed copy of the script in duplicates.jar if it exists.
if
(
$::FORM
{
'ctype'
}
eq
"xul"
)
{
if
(
$::FORM
{
'ctype'
}
&&
$::FORM
{
'ctype'
}
eq
"xul"
)
{
my
$params
=
CanonicaliseParams
(
$::buffer
,
[
"format"
,
"ctype"
]);
print
"Location: "
.
(
-
e
"duplicates.jar"
?
"duplicates.jar!/"
:
""
)
.
"duplicates.xul"
.
(
$params
?
"?$params"
:
""
)
.
"\n\n"
;
...
...
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