From a739960be9ce9a40a2626ecb88f37118c523ee2f Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 12 Apr 2010 15:02:44 +0000 Subject: [PATCH] class_database : syntax error --- include/class_database.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/class_database.php b/include/class_database.php index 1d4a632c4..41445cd57 100644 --- a/include/class_database.php +++ b/include/class_database.php @@ -80,7 +80,8 @@ de données"); } $this->db=$a; - if ($p_type == 'dos'||$p_type=='mod') (pg_exec($this->db,'set search_path to public,comptaproc;'); + if ($p_type == 'dos'||$p_type=='mod') + pg_exec($this->db,'set search_path to public,comptaproc;'); ob_end_clean(); }