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(); }