Commit da7578b63398622916be229c43fa1cf7b863e1f4
1 parent
57b7e107
Exists in
master
and in
7 other branches
--no commit message
Showing
3 changed files
with
4 additions
and
0 deletions
Show diff stats
admin/admin.db
No preview for this file type
admin/php/editormapfile.php
... | ... | @@ -1161,6 +1161,10 @@ function criarNovoMap() |
1161 | 1161 | fwrite($fp,$dado."\n"); |
1162 | 1162 | } |
1163 | 1163 | require_once("conexao.php"); |
1164 | + if($convUTF){ | |
1165 | + $nome = utf8_encode($nome); | |
1166 | + $desc = utf8_encode($desc); | |
1167 | + } | |
1164 | 1168 | $dbhw->query("INSERT INTO i3geoadmin_temas (link_tema,kml_tema,kmz_tema,ogc_tema,download_tema,desc_tema,tipoa_tema,tags_tema,nome_tema,codigo_tema,it,es,en) VALUES ('','','', '','','','','','$nome','$codigo','$it','$es','$en')"); |
1165 | 1169 | $dbh = null; |
1166 | 1170 | $dbhw = null; | ... | ... |
documentacao/manual_de_usuario_do_i3geo.odt
No preview for this file type