Commit e46b1a36 authored by matty%chariot.net.au's avatar matty%chariot.net.au

Back out a stupid stupid change I made earlier when fixing the stupid stupid…

Back out a stupid stupid change I made earlier when fixing the stupid stupid bustage I made even earlier. I need sleep.
parent ba6dc5bb
...@@ -577,7 +577,9 @@ BugCheck("bugs WHERE bug_status NOT IN ($open_states) AND resolution = ''", ...@@ -577,7 +577,9 @@ BugCheck("bugs WHERE bug_status NOT IN ($open_states) AND resolution = ''",
Status("Checking statuses/everconfirmed"); Status("Checking statuses/everconfirmed");
BugCheck("bugs WHERE bug_status = $unconfirmedstate AND everconfirmed = 1", my $sqlunconfirmed = SqlQuote($unconfirmedstate);
BugCheck("bugs WHERE bug_status = $sqlunconfirmed AND everconfirmed = 1",
"Bugs that are UNCONFIRMED but have everconfirmed set"); "Bugs that are UNCONFIRMED but have everconfirmed set");
# The below list of resolutions is hardcoded because we don't know if future # The below list of resolutions is hardcoded because we don't know if future
# resolutions will be confirmed, unconfirmed or maybeconfirmed. I suspect # resolutions will be confirmed, unconfirmed or maybeconfirmed. I suspect
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment