Commit f50efb95 authored by matty%chariot.net.au's avatar matty%chariot.net.au

... and also fix a bug introduced trying to unrot the general bug check rewrite,…

... and also fix a bug introduced trying to unrot the general bug check rewrite, due to product IDs.
parent e46b1a36
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment