From: matty%chariot.net.au <> Date: Sat, 5 Oct 2002 22:26:23 +0000 (+0000) Subject: Back out a stupid stupid change I made earlier when fixing the stupid stupid bustage... X-Git-Tag: bugzilla-2.17.1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e46b1a3683a943fac2b5457c1b0979e537f87601;p=thirdparty%2Fbugzilla.git Back out a stupid stupid change I made earlier when fixing the stupid stupid bustage I made even earlier. I need sleep. --- diff --git a/sanitycheck.cgi b/sanitycheck.cgi index c4ad20f0e5..b3f7c25ba5 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