diff options
author | lpsolit%gmail.com <> | 2006-09-04 03:37:01 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-09-04 03:37:01 +0000 |
commit | 4b956c1176381f684567ccc15e1e9c64c5d142fb (patch) | |
tree | a7538e86c8762ccd6b81373ac5c4e010181f0630 /contrib | |
parent | b22bc5090e62d544445288a31bc4b959bac93eef (diff) | |
download | bugs-4b956c1176381f684567ccc15e1e9c64c5d142fb.tar bugs-4b956c1176381f684567ccc15e1e9c64c5d142fb.tar.gz bugs-4b956c1176381f684567ccc15e1e9c64c5d142fb.tar.bz2 bugs-4b956c1176381f684567ccc15e1e9c64c5d142fb.tar.xz bugs-4b956c1176381f684567ccc15e1e9c64c5d142fb.zip |
Bug 13534: Remove REMIND and LATER from the default resolution list (only affects new installations) - Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=myk
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gnats2bz.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ""; |