Commit 6b1b40fd76af6826086a211e0553dca54582e561
1 parent
22994810
Exists in
master
and in
7 other branches
-
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ms_configura.php
| ... | ... | @@ -418,7 +418,7 @@ Tipo: |
| 418 | 418 | $postgis_mapa = array( |
| 419 | 419 | "teste"=>"user=postgres password=postgres dbname=postgis host=localhost port=5432 options='-c client_encoding=LATIN1'", |
| 420 | 420 | "postgres"=>"user=postgres password=postgres dbname=postgres host=localhost port=5432", |
| 421 | - "i3geosaude"=>"user=postgres password=postgres dbname=i3geosaude host=localhost port=5432" | |
| 421 | + "i3geosaude"=>"user=postgres password=postgres dbname=i3geosaude host=localhost port=5432 options='-c client_encoding=LATIN1'" | |
| 422 | 422 | ); |
| 423 | 423 | /* |
| 424 | 424 | Variable: utilizacgi | ... | ... |