From: ghendricks%novell.com <> Date: Tue, 9 Jun 2009 17:24:43 +0000 (+0000) Subject: Bug 497030 - Products are created closed for bug entry X-Git-Tag: bugzilla-3.5.1~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1666c5a708511e4f508b4e08f07185ff6770bbf6;p=thirdparty%2Fbugzilla.git Bug 497030 - Products are created closed for bug entry patch by ghendricks@novell.com r=LpSolit a=LpSolit --- diff --git a/editproducts.cgi b/editproducts.cgi index 3bbabad647..eaef243fdc 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -173,7 +173,7 @@ if ($action eq 'new') { version => scalar $cgi->param('version'), defaultmilestone => scalar $cgi->param('defaultmilestone'), milestoneurl => scalar $cgi->param('milestoneurl'), - isactive => scalar $cgi->param('isactive'), + isactive => scalar $cgi->param('is_active'), votesperuser => scalar $cgi->param('votesperuser'), maxvotesperbug => scalar $cgi->param('maxvotesperbug'), votestoconfirm => scalar $cgi->param('votestoconfirm'),