Commit 3c0ce1543c545581cc5df6678840710368bd35ab

Authored by Edmar Moretti
1 parent 6a7e25eb
Exists in master

Correção no valor da variável que define o log de transações

Showing 2 changed files with 5 additions and 2 deletions   Show diff stats
admin/php/conexao.php
... ... @@ -56,6 +56,9 @@ if(!isset($esquemaadmin)){
56 56 if($esquemaadmin != ""){
57 57 $esquemaadmin = str_replace(".","",$esquemaadmin).".";
58 58 }
  59 +if(!isset($logTransacoes)){
  60 + $logTransacoes = false;
  61 +}
59 62 //
60 63 //indica se deve ser feita a conversão para UTF8 ao gravar os dados
61 64 //
... ... @@ -96,4 +99,4 @@ if($conexaoadmin == ""){
96 99 else
97 100 include($conexaoadmin);
98 101  
99   -?>
100 102 \ No newline at end of file
  103 +?>
... ...
temas/_lbiomashp.map
... ... @@ -18,7 +18,7 @@ MAP
18 18 "permitekml" "sim"
19 19 "permiteogc" "sim"
20 20 "transitioneffect" "SIM"
21   - "TEMA" "Biomas shapefile (acentuação)"
  21 + "TEMA" "Biomas shapefile execução (acentuação)"
22 22 END # METADATA
23 23 NAME "_lbiomashp"
24 24 PROCESSING "ITEMS=CD_LEGENDA"
... ...