diff options
author | endico%mozilla.org <> | 2000-07-14 09:03:48 +0200 |
---|---|---|
committer | endico%mozilla.org <> | 2000-07-14 09:03:48 +0200 |
commit | 204f658bad90994892c2a13f289c2252ee30b8c5 (patch) | |
tree | 35b1b527db74fdbe7cffbd5b48faf0193ed059cf | |
parent | 468831a60bdc2f4e87b83e2650581585c011cbd3 (diff) | |
download | bugzilla-204f658bad90994892c2a13f289c2252ee30b8c5.tar.gz bugzilla-204f658bad90994892c2a13f289c2252ee30b8c5.tar.xz |
oops, remove testing cruft
-rwxr-xr-x | checksetup.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl index a0d701cb4..1afd83f59 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", |