]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
... and also fix a bug introduced trying to unrot the general bug check rewrite,...
authormatty%chariot.net.au <>
Sat, 5 Oct 2002 22:29:20 +0000 (22:29 +0000)
committermatty%chariot.net.au <>
Sat, 5 Oct 2002 22:29:20 +0000 (22:29 +0000)
sanitycheck.cgi

index b3f7c25ba52f58da88e648c86bbe912de27e9a27..286729aa579eaa3e791eca2c27ca63649948dc48 100755 (executable)
@@ -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");