mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 16:12:39 +01:00
Fix: remove the default pgsql database name
This commit is contained in:
@@ -357,7 +357,7 @@ class DoliDb
|
||||
$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")
|
||||
|
||||
Reference in New Issue
Block a user