Avoid notice during PGSQL installation

$unescapeslashquot
This commit is contained in:
Florian HENRY 2014-05-13 18:50:35 +02:00
parent b6f091926f
commit 8274b49fc1

View File

@ -47,6 +47,8 @@ class DoliDBPgsql extends DoliDB
//! Resultset of last query //! Resultset of last query
private $_results; private $_results;
public $unescapeslashquot;
/** /**
* Constructor. * Constructor.
* This create an opened connexion to a database server and eventually to a database * This create an opened connexion to a database server and eventually to a database