typo
This commit is contained in:
parent
9ce5e9e77b
commit
43f70d493d
1 changed files with 3 additions and 2 deletions
|
|
@ -109,8 +109,9 @@ class Database
|
|||
}
|
||||
$this->db=$a;
|
||||
$this->is_open=TRUE;
|
||||
if ($this->exist_schema('comptaproc'))
|
||||
pg_exec($this->db, 'set search_path to public,comptaproc,pg_catalog;');
|
||||
if ($this->exist_schema('comptaproc')){
|
||||
pg_exec($this->db, 'set search_path to public,comptaproc,pg_catalog;');
|
||||
}
|
||||
pg_exec($this->db, 'set DateStyle to ISO, MDY;');
|
||||
ob_end_clean();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue