... and also fix a bug introduced trying to unrot the general bug check rewrite, due to product IDs.

This commit is contained in:
matty%chariot.net.au 2002-10-05 15:29:20 +00:00
parent 3583cf7e0d
commit 435072c0fa

View File

@ -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");