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