class_database : syntax error
This commit is contained in:
parent
ae83c39436
commit
a739960be9
1 changed files with 2 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue