Commit 1c8dc2da72be402157361a0eb1aa2acd9c0176b9
1 parent
a510d53d
Exists in
master
and in
7 other branches
--no commit message
Showing
3 changed files
with
1 additions
and
0 deletions
Show diff stats
admin/admin.db
No preview for this file type
admin/php/classe_metaestat.php
... | ... | @@ -544,6 +544,7 @@ class Metaestat{ |
544 | 544 | else{ |
545 | 545 | $titulolayer = mb_convert_encoding($sql["titulo"],"ISO-8859-1",mb_detect_encoding($sql["titulo"])); |
546 | 546 | } |
547 | + | |
547 | 548 | $dados[] = "MAP"; |
548 | 549 | $dados[] = 'SYMBOLSET "'.$this->locaplic.'/symbols/simbolosv6.sym"'; |
549 | 550 | $dados[] = 'FONTSET "'.$this->locaplic.'/symbols/fontes.txt"'; | ... | ... |
561 Bytes