]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 66014: Correct sanitycheck for the new initialowner and
authorjustdave%syndicomm.com <>
Sun, 8 Apr 2001 09:33:02 +0000 (09:33 +0000)
committerjustdave%syndicomm.com <>
Sun, 8 Apr 2001 09:33:02 +0000 (09:33 +0000)
initialqacontact fields in the components table.
Patch by Matthew Tuck <matty@chariot.net.au>
r= afranke, justdave

sanitycheck.cgi

index bcd1716a6be85c087eb5a3673f5681f1f809d2a9..2da7fde2fd32190859eb722e2228378670d13440 100755 (executable)
@@ -147,7 +147,8 @@ CrossCheck("profiles", "userid",
            ["votes", "who", "bug_id"],
            ["longdescs", "who", "bug_id"],
            ["namedqueries", "userid"],
-          ["components", "initialowner"]);
+           ["components", "initialowner", "value"],
+           ["components", "initialqacontact", "value", ["0"]]);
 
 Status("Checking passwords");
 SendSQL("SELECT COUNT(*) FROM profiles WHERE cryptpassword != ENCRYPT(password, left(cryptpassword, 2))");