class_database : syntax error

This commit is contained in:
Dany De Bontridder 2010-04-12 15:02:44 +00:00
parent ae83c39436
commit a739960be9

View file

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