Fix bad fix
This commit is contained in:
parent
ff3fba3e37
commit
8b602597d3
@ -84,11 +84,11 @@ class Query_Builder {
|
||||
default:
|
||||
if ( ! empty($params->port))
|
||||
{
|
||||
$dsn = "host={$params->host};dbname={$params->database}";
|
||||
$dsn = "host={$params->host};port={$params->port};dbname={$params->database}";
|
||||
}
|
||||
else
|
||||
{
|
||||
$dsn = "host={$params->host};port={$params->port};dbname={$params->database}";
|
||||
$dsn = "host={$params->host};dbname={$params->database}";
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user