Fix: remove the default pgsql database name
This commit is contained in:
parent
b9d9f3b5b1
commit
45482bd80f
@ -364,7 +364,7 @@ class DoliDBPgsql
|
||||
$name = str_replace(array("\\", "'"), array("\\\\", "\\'"), $name);
|
||||
$port = str_replace(array("\\", "'"), array("\\\\", "\\'"), $port);
|
||||
|
||||
if (! $name) $name="postgres";
|
||||
//if (! $name) $name="postgres";
|
||||
|
||||
// try first Unix domain socket (local)
|
||||
if (! $host || $host == "" || $host == "localhost")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user