From 919d4bd9901d63600d0e78e07f5382c475915b12 Mon Sep 17 00:00:00 2001 From: josch Date: Sat, 20 Oct 2007 22:38:24 +0000 Subject: [PATCH] minor cleanup git-svn-id: http://yolanda.mister-muffin.de/svn@107 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/login.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/login.pl b/trunk/login.pl index 21e7e28..8b8e072 100644 --- a/trunk/login.pl +++ b/trunk/login.pl @@ -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()) {