This commit is contained in:
Laurent Destailleur
2011-03-09 12:05:35 +00:00
parent f812bfcbd7
commit 1f56cce92a

View File

@@ -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)
{