]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 497030 - Products are created closed for bug entry
authorghendricks%novell.com <>
Tue, 9 Jun 2009 17:24:43 +0000 (17:24 +0000)
committerghendricks%novell.com <>
Tue, 9 Jun 2009 17:24:43 +0000 (17:24 +0000)
 patch by ghendricks@novell.com r=LpSolit a=LpSolit

editproducts.cgi

index 3bbabad6479f9ffede20026995bad65c86e71c6d..eaef243fdc25185458ef22dcf9ac029dd8c8b2a5 100755 (executable)
@@ -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'),