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
120f86a1
Commit
120f86a1
authored
Nov 09, 2002
by
bbaetz%student.usyd.edu.au
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 178189 - when filing a new bug, the generated bugmail doesn't include
product/component r=justdave, myk a=justdave
parent
3afbc096
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
processmail
processmail
+3
-0
No files found.
processmail
View file @
120f86a1
...
...
@@ -108,6 +108,9 @@ sub ProcessOneBug {
foreach
my
$i
(
@::log_columns
)
{
$values
{
$i
}
=
shift
(
@row
);
}
$values
{
product
}
=
get_product_name
(
$values
{
product_id
});
$values
{
component
}
=
get_component_name
(
$values
{
component_id
});
my
(
$start
,
$end
)
=
(
@row
);
# $start and $end are considered safe because users can't touch them
trick_taint
(
$start
);
...
...
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