From e46b1a3683a943fac2b5457c1b0979e537f87601 Mon Sep 17 00:00:00 2001 From: "matty%chariot.net.au" <> Date: Sat, 5 Oct 2002 22:26:23 +0000 Subject: Back out a stupid stupid change I made earlier when fixing the stupid stupid bustage I made even earlier. I need sleep. --- sanitycheck.cgi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sanitycheck.cgi') 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 -- cgit v1.2.3-24-g4f1b