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 --- contrib/gnats2bz.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/gnats2bz.pl') diff --git a/contrib/gnats2bz.pl b/contrib/gnats2bz.pl index 95ae32ad9..0cd6a3258 100644 --- a/contrib/gnats2bz.pl +++ b/contrib/gnats2bz.pl @@ -780,10 +780,10 @@ sub write_non_bugs_tables { print DATA "\ninsert into products (\n"; print DATA - " product, description, milestoneurl, disallownew\n"; + " product, description, milestoneurl, isactive\n"; print DATA ") values (\n"; print DATA - " $product, $description, '', 0\n"; + " $product, $description, '', 1\n"; print DATA ");\n"; print DATA "\ninsert into components (\n"; -- cgit v1.2.3-24-g4f1b