]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Landing suggested addition from Bernd Eckenfels for bug # 56822
authortara%tequilarista.org <>
Sat, 20 Jan 2001 04:57:52 +0000 (04:57 +0000)
committertara%tequilarista.org <>
Sat, 20 Jan 2001 04:57:52 +0000 (04:57 +0000)
sanitycheck.cgi

index 51ad8e845ab372bc60f8b8be99384974d16b4f92..d19206cdd283653626b263adba15c34fa7ae0882 100755 (executable)
@@ -148,6 +148,9 @@ CrossCheck("profiles", "userid",
            ["longdescs", "who", "bug_id"],
            ["namedqueries", "userid"]);
 
+CrossCheck("profiles", "login_name",
+       ["components", "initialowner"]),;
+
 
 Status("Checking passwords");
 SendSQL("SELECT COUNT(*) FROM profiles WHERE cryptpassword != ENCRYPT(password, left(cryptpassword, 2))");