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