From 4b956c1176381f684567ccc15e1e9c64c5d142fb Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 4 Sep 2006 03:37:01 +0000 Subject: Bug 13534: Remove REMIND and LATER from the default resolution list (only affects new installations) - Patch by Paul r=LpSolit a=myk --- contrib/gnats2bz.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/gnats2bz.pl') diff --git a/contrib/gnats2bz.pl b/contrib/gnats2bz.pl index 7a509682e..95ae32ad9 100644 --- a/contrib/gnats2bz.pl +++ b/contrib/gnats2bz.pl @@ -649,7 +649,7 @@ sub write_bugs { } } elsif ($pr_data{"State"} eq "suspended") { $bug_status = "RESOLVED"; - $resolution = "LATER"; + $resolution = "WONTFIX"; } else { $bug_status = "NEW"; $resolution = ""; -- cgit v1.2.3-24-g4f1b