Bug 178189 - when filing a new bug, the generated bugmail doesn't include

product/component r=justdave, myk a=justdave
parent 3afbc096
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment