Add patch upgrade108.sql

This commit is contained in:
Dany De Bontridder 2013-10-23 14:19:44 +00:00
parent 01d17e6071
commit 1fe8768d9c
3 changed files with 2 additions and 190 deletions

View file

@ -110,6 +110,7 @@ class Database
$this->db=$a;
if ( $this->exist_schema('comptaproc') )
pg_exec($this->db,'set search_path to public,comptaproc;');
pg_exec($this->db,'set DateStyle to ISO, MDY;');
ob_end_clean();
}