From e39a1db4115cfd721fa65c746e7699e79cda87ae Mon Sep 17 00:00:00 2001 From: "ghendricks%novell.com" <> Date: Wed, 20 May 2009 23:09:55 +0000 Subject: Bug 493090 - Product disallownew should be converted to isactive patch by ghendricks r=mkanat a=mkanat --- Bugzilla/User.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/User.pm') diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index 661d2f167..bc142636e 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -759,7 +759,7 @@ sub get_enterable_products { AND group_control_map.entry != 0 AND group_id NOT IN (' . $self->groups_as_string . ') WHERE group_id IS NULL - AND products.disallownew = 0') || []}; + AND products.isactive = 1') || []}; if (@enterable_ids) { # And all of these products must have at least one component -- cgit v1.2.3-24-g4f1b