mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-12 04:21:30 +01:00
Add log
This commit is contained in:
@@ -353,6 +353,7 @@ class DoliDb
|
||||
$port=5432;
|
||||
}
|
||||
$con_string = "host=$host port=$port dbname=$name user=$login password=$passwd";
|
||||
//print 'xxx'.$con_string;
|
||||
$this->db = pg_connect($con_string);
|
||||
if ($this->db)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user