]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
oops, remove testing cruft
authorendico%mozilla.org <>
Fri, 14 Jul 2000 07:03:48 +0000 (07:03 +0000)
committerendico%mozilla.org <>
Fri, 14 Jul 2000 07:03:48 +0000 (07:03 +0000)
checksetup.pl

index a0d701cb46d0a22ecf4b1b704931ae470b66467e..1afd83f59f2b9feb38e720e83e254ffa2d610387 100755 (executable)
@@ -1554,7 +1554,7 @@ AddField('namedqueries', 'linkinfooter', 'tinyint not null');
 # into.
 
 my @resolutions = ("", "FIXED", "INVALID", "WONTFIX", "LATER", "REMIND",
-                  "DUPLICATE", "WORKSFORME", "MOVED", "BLAH");
+                  "DUPLICATE", "WORKSFORME", "MOVED");
 CheckEnumField('bugs', 'resolution', @resolutions);
 
 my @states = ("UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED", "RESOLVED",