From f50efb95e1c7462699f1179d0a62b1ee7118e67e Mon Sep 17 00:00:00 2001 From: "matty%chariot.net.au" <> Date: Sat, 5 Oct 2002 22:29:20 +0000 Subject: ... and also fix a bug introduced trying to unrot the general bug check rewrite, due to product IDs. --- sanitycheck.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sanitycheck.cgi') diff --git a/sanitycheck.cgi b/sanitycheck.cgi index b3f7c25ba..286729aa5 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"); -- cgit v1.2.3-24-g4f1b