Typo , adapt unit-test

This commit is contained in:
sparkyx 2021-06-20 13:30:39 +02:00
parent 03dcc7e0e0
commit 8e353e9072
4 changed files with 8 additions and 6 deletions

View file

@ -53,7 +53,7 @@ class DatabaseCore
function __construct($p_user, $p_password, $p_dbname, $p_host, $p_port)
{
$this->db = pg_connect("dbname=$p_dbname host='$p_host' user='$p_user'
$this->db = @pg_connect("dbname=$p_dbname host='$p_host' user='$p_user'
password='$p_password' port=$p_port");
if ($this->db == false) {
if ( DEBUGNOALYSS > 0 ) {