summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatty%chariot.net.au <>2002-10-05 22:26:23 +0000
committermatty%chariot.net.au <>2002-10-05 22:26:23 +0000
commite46b1a3683a943fac2b5457c1b0979e537f87601 (patch)
tree32e8e2f90d21d3286a99ac141108ad7d4f602e49 /sanitycheck.cgi
parent... oops missed a reviewer checkin condition. (diff)
downloadbugzilla-e46b1a3683a943fac2b5457c1b0979e537f87601.tar.gz
bugzilla-e46b1a3683a943fac2b5457c1b0979e537f87601.tar.bz2
bugzilla-e46b1a3683a943fac2b5457c1b0979e537f87601.zip
Back out a stupid stupid change I made earlier when fixing the stupid stupid bustage I made even earlier. I need sleep.
Diffstat (limited to 'sanitycheck.cgi')
-rwxr-xr-xsanitycheck.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/sanitycheck.cgi b/sanitycheck.cgi
index c4ad20f0e..b3f7c25ba 100755
--- a/sanitycheck.cgi
+++ b/sanitycheck.cgi
@@ -577,7 +577,9 @@ BugCheck("bugs WHERE bug_status NOT IN ($open_states) AND resolution = ''",
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");
# The below list of resolutions is hardcoded because we don't know if future
# resolutions will be confirmed, unconfirmed or maybeconfirmed. I suspect