From: endico%mozilla.org <> Date: Fri, 14 Jul 2000 07:03:48 +0000 (+0000) Subject: oops, remove testing cruft X-Git-Tag: bugzilla-2.12~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=204f658bad90994892c2a13f289c2252ee30b8c5;p=thirdparty%2Fbugzilla.git oops, remove testing cruft --- diff --git a/checksetup.pl b/checksetup.pl index a0d701cb46..1afd83f59f 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -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",