Commit aa354fb87988c95f71677fd0c2852903ad894c13

Authored by Edmar Moretti
1 parent aaba484f

Correção na conversão da acentuação do nome do tema na funcção de listagem dos i…

…tens da tabela de atributos
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
classesphp/classe_atributos.php
... ... @@ -178,7 +178,7 @@ Lista os itens de um tema.
178 178 {
179 179 $layer = $this->mapa->getlayerbyname($tema);
180 180 //pega o nome correto do tema
181   - $nometmp = pegaNome($layer);
  181 + $nometmp = pegaNome($layer,"UTF-8");
182 182 $nomestemas[] = $nometmp;
183 183 if ($layer->data != "")
184 184 {
... ...