Commit 5ea2e6be authored by jocuri%softhome.net's avatar jocuri%softhome.net

Bug 155119: reassigning bugs to a product with no components gives 'browser'…

Bug 155119: reassigning bugs to a product with no components gives 'browser' error; patch by Chuck Duvall <caduvall@glue.umd.edu>; r=bbaetz; a=justdave.
parent 5fd8a15e
......@@ -195,7 +195,7 @@ sub GenerateVersionTable {
while (@line = FetchSQLData()) {
my ($p, $d, $votesperuser, $dis, $u) = (@line);
$::proddesc{$p} = $d;
if (!$dis) {
if (!$dis && scalar($::components{$p})) {
push @::enterable_products, $p;
}
if ($dotargetmilestone) {
......
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