Typo , adapt unit-test
This commit is contained in:
parent
03dcc7e0e0
commit
8e353e9072
4 changed files with 8 additions and 6 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue