minor cleanup
git-svn-id: http://yolanda.mister-muffin.de/svn@107 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
08d8fb7b95
commit
919d4bd990
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ if($query->param('action'))
|
||||||
print "success $verified_url";
|
print "success $verified_url";
|
||||||
|
|
||||||
#check if this openid user already is in database
|
#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);
|
$sth->execute($verified_url);
|
||||||
if($sth->fetchrow_array())
|
if($sth->fetchrow_array())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue