Commit 1666c5a7 authored by ghendricks%novell.com's avatar ghendricks%novell.com

Bug 497030 - Products are created closed for bug entry

patch by ghendricks@novell.com r=LpSolit a=LpSolit
parent 31570d1a
......@@ -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'),
......
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