From 8274b49fc153a56b1d19ef038e2908cc00d08163 Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Tue, 13 May 2014 18:50:35 +0200 Subject: [PATCH] Avoid notice during PGSQL installation $unescapeslashquot --- htdocs/core/db/pgsql.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/core/db/pgsql.class.php b/htdocs/core/db/pgsql.class.php index dfcebb4a433..9eab12a2e9d 100644 --- a/htdocs/core/db/pgsql.class.php +++ b/htdocs/core/db/pgsql.class.php @@ -46,6 +46,8 @@ class DoliDBPgsql extends DoliDB static $versionmin=array(8,4,0); // Version min database //! Resultset of last query private $_results; + + public $unescapeslashquot; /** * Constructor.