Skip to content
Snippets Groups Projects
Commit 84fcfe16 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

add: ALTER DATABASE SET DATESTYLE dmy, fix a mac problem

parent fbe9627c
No related branches found
No related tags found
No related merge requests found
......@@ -300,7 +300,9 @@ class Install extends functions
return false;
exit;
}
@pg_query('ALTER DATABASE "'.$databasename.'" SET DateStyle =iso, dmy');
pg_close();
$db = new dbquery();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment