some spacing fixes
This commit is contained in:
parent
6d243590d8
commit
586c664148
@ -396,8 +396,7 @@ sub __handler
|
||||
}
|
||||
elsif ($cfg->{login_model} eq 'DbLoginModel')
|
||||
{
|
||||
($auth, $errmsg) = authenticate_database (
|
||||
$dbh, $cfg->{database_prefix}, $userid, $password, $qc);
|
||||
($auth, $errmsg) = authenticate_database($dbh, $cfg->{database_prefix}, $userid, $password, $qc);
|
||||
if ($auth <= -1)
|
||||
{
|
||||
$r->log_error ("Database error - $errmsg");
|
||||
|
Loading…
Reference in New Issue
Block a user