From a421d9f60f3767091d6eb063e94e39bb2136853a Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Tue, 13 May 2014 18:54:57 +0200 Subject: [PATCH] Fix notice pgsql method --- htdocs/core/db/pgsql.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/db/pgsql.class.php b/htdocs/core/db/pgsql.class.php index 9eab12a2e9d..ca75b493cca 100644 --- a/htdocs/core/db/pgsql.class.php +++ b/htdocs/core/db/pgsql.class.php @@ -48,6 +48,7 @@ class DoliDBPgsql extends DoliDB private $_results; public $unescapeslashquot; + public $standard_conforming_strings; /** * Constructor.