From: matty%chariot.net.au <> Date: Sat, 5 Oct 2002 22:29:20 +0000 (+0000) Subject: ... and also fix a bug introduced trying to unrot the general bug check rewrite,... X-Git-Tag: bugzilla-2.17.1~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f50efb95e1c7462699f1179d0a62b1ee7118e67e;p=thirdparty%2Fbugzilla.git ... and also fix a bug introduced trying to unrot the general bug check rewrite, due to product IDs. --- diff --git a/sanitycheck.cgi b/sanitycheck.cgi index b3f7c25ba5..286729aa57 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -591,7 +591,7 @@ BugCheck("bugs WHERE bug_status IN ('NEW', 'ASSIGNED', 'REOPENED') AND everconfi Status("Checking votes/everconfirmed"); BugCheck("bugs, products WHERE " . - "bugs.product = products.product AND " . + "bugs.product_id = products.id AND " . "everconfirmed = 0 AND " . "votestoconfirm <= votes", "Bugs that have enough votes to be confirmed but haven't been");