]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 171506: Fixes bustage in sanitycheck.cgi by making it check for correct...
authormyk%mozilla.org <>
Mon, 30 Sep 2002 03:14:13 +0000 (03:14 +0000)
committermyk%mozilla.org <>
Mon, 30 Sep 2002 03:14:13 +0000 (03:14 +0000)
tables instead of the flagtypes table, which no longer has a product_id field.
r=joel

sanitycheck.cgi

index 2798dfd2f9af37f8876421fd9c3fdfcecb29d8cb..073fd7f197c98e767b7db8abc6add4bc5b5a0899 100755 (executable)
@@ -280,7 +280,8 @@ CrossCheck("products", "id",
            ["components", "product_id", "name"],
            ["milestones", "product_id", "value"],
            ["versions", "product_id", "value"],
-           ["flagtypes", "product_id", "name"]);
+           ["flaginclusions", "product_id", "type_id"],
+           ["flagexclusions", "product_id", "type_id"]);
 
 DateCheck("groups", "last_changed");
 DateCheck("profiles", "refreshed_when");