From 5ea2e6bed5b9550a3e6e6959f06869a549ee0f43 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 7 Nov 2003 05:55:25 +0000 Subject: Bug 155119: reassigning bugs to a product with no components gives 'browser' error; patch by Chuck Duvall ; r=bbaetz; a=justdave. --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index fd9595fbc..f420ea319 100644 --- a/globals.pl +++ b/globals.pl @@ -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) { -- cgit v1.2.3-24-g4f1b