Commit 6bf172d6284e0f1e808ca02d6a4c5f0723bf2713
1 parent
b2b09edd
Exists in
master
and in
7 other branches
Modificada a rotina de criação de um novo mapfile para indicar como default o va…
…lor SIM para o modo tile
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
admin1/catalogo/mapfile/funcoes.php
@@ -141,6 +141,7 @@ function adicionar($locaplic, $titulolegenda, $link_tema, $codigo, $acessopublic | @@ -141,6 +141,7 @@ function adicionar($locaplic, $titulolegenda, $link_tema, $codigo, $acessopublic | ||
141 | $dados [] = ' TEMA "' . $titulolegenda . '"'; | 141 | $dados [] = ' TEMA "' . $titulolegenda . '"'; |
142 | $dados [] = ' convcaracter "SIM"'; | 142 | $dados [] = ' convcaracter "SIM"'; |
143 | $dados [] = ' CLASSE "SIM"'; | 143 | $dados [] = ' CLASSE "SIM"'; |
144 | + $dados [] = ' TILES "SIM"'; | ||
144 | $tipoa_tema = ""; | 145 | $tipoa_tema = ""; |
145 | if (! empty ( $metaestat ) && $metaestat == "SIM") { | 146 | if (! empty ( $metaestat ) && $metaestat == "SIM") { |
146 | $dados [] = ' METAESTAT "SIM"'; | 147 | $dados [] = ' METAESTAT "SIM"'; |