Add log
This commit is contained in:
parent
f812bfcbd7
commit
1f56cce92a
@ -353,6 +353,7 @@ class DoliDb
|
|||||||
$port=5432;
|
$port=5432;
|
||||||
}
|
}
|
||||||
$con_string = "host=$host port=$port dbname=$name user=$login password=$passwd";
|
$con_string = "host=$host port=$port dbname=$name user=$login password=$passwd";
|
||||||
|
//print 'xxx'.$con_string;
|
||||||
$this->db = pg_connect($con_string);
|
$this->db = pg_connect($con_string);
|
||||||
if ($this->db)
|
if ($this->db)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user