From 4560c2324d978970871bfbe6a9480b17a915342f Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Fri, 23 Feb 2001 02:11:22 +0000 Subject: fix for 66876: Using userids (mediumint) for initialowner and initialqacontact based on patch submitted by baulig@suse.de (Martin Baulig). --- sanitycheck.cgi | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sanitycheck.cgi') diff --git a/sanitycheck.cgi b/sanitycheck.cgi index d19206cdd..bcd1716a6 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -146,11 +146,8 @@ CrossCheck("profiles", "userid", ["cc", "who", "bug_id"], ["votes", "who", "bug_id"], ["longdescs", "who", "bug_id"], - ["namedqueries", "userid"]); - -CrossCheck("profiles", "login_name", - ["components", "initialowner"]),; - + ["namedqueries", "userid"], + ["components", "initialowner"]); Status("Checking passwords"); SendSQL("SELECT COUNT(*) FROM profiles WHERE cryptpassword != ENCRYPT(password, left(cryptpassword, 2))"); -- cgit v1.2.3-24-g4f1b