summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'sanitycheck.cgi')
-rwxr-xr-xsanitycheck.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/sanitycheck.cgi b/sanitycheck.cgi
index 85f73bc6d..4c29f90fe 100755
--- a/sanitycheck.cgi
+++ b/sanitycheck.cgi
@@ -645,7 +645,7 @@ DoubleCrossCheck("milestones", "product_id", "value",
Status('profile_login_start');
-my $sth = $dbh->prepare(q{SELECT userid, login_name FROM profiles});
+my $sth = $dbh->prepare(q{SELECT userid, email FROM profiles});
$sth->execute;
while (my ($id, $email) = $sth->fetchrow_array) {