diff options
author | ghendricks%novell.com <> | 2009-06-09 19:24:43 +0200 |
---|---|---|
committer | ghendricks%novell.com <> | 2009-06-09 19:24:43 +0200 |
commit | 1666c5a708511e4f508b4e08f07185ff6770bbf6 (patch) | |
tree | f713848ffe3cc1b656923a1b485c31a7e8d18760 /editproducts.cgi | |
parent | 31570d1a282a92dd2f9f745414c2c40dbd4bdff1 (diff) | |
download | bugzilla-1666c5a708511e4f508b4e08f07185ff6770bbf6.tar.gz bugzilla-1666c5a708511e4f508b4e08f07185ff6770bbf6.tar.xz |
Bug 497030 - Products are created closed for bug entry
patch by ghendricks@novell.com r=LpSolit a=LpSolit
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-x | editproducts.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editproducts.cgi b/editproducts.cgi index 3bbabad64..eaef243fd 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'), |