]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Back out a stupid stupid change I made earlier when fixing the stupid stupid bustage...
authormatty%chariot.net.au <>
Sat, 5 Oct 2002 22:26:23 +0000 (22:26 +0000)
committermatty%chariot.net.au <>
Sat, 5 Oct 2002 22:26:23 +0000 (22:26 +0000)
sanitycheck.cgi

index c4ad20f0e550d2c77eb60d36a39974a195076a31..b3f7c25ba52f58da88e648c86bbe912de27e9a27 100755 (executable)
@@ -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