FIX: some testing
This commit is contained in:
parent
212329ebf6
commit
03bbb91eb4
@ -196,7 +196,9 @@ sub askDatabase
|
||||
return DECLINED;
|
||||
}
|
||||
|
||||
my $dbh = DBI::connect($self->{dsn}, $self->{user}, $self->{pass});
|
||||
my $dsn = $self->{dsn};
|
||||
|
||||
my $dbh = DBI::connect($dsn, $self->{user}, $self->{pass},{ RaiseError => 1, PrintError => 0 });
|
||||
|
||||
if ($dbh->err())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user