minor cleanup

git-svn-id: http://yolanda.mister-muffin.de/svn@107 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
josch 2007-10-20 22:38:24 +00:00
parent 08d8fb7b95
commit 919d4bd990

View file

@ -90,7 +90,7 @@ if($query->param('action'))
print "success $verified_url";
#check if this openid user already is in database
my $sth = $dbh->prepare(qq{select id from users where username = ? limit 1 });
my $sth = $dbh->prepare(qq{select 1 from users where username = ? limit 1 });
$sth->execute($verified_url);
if($sth->fetchrow_array())
{