Commit b72042a635a614bcdb912c81cba8801afeb017de
1 parent
0fdc197e
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
1 additions
and
0 deletions
Show diff stats
admin/admin.db
No preview for this file type
admin/php/editormapfile.php
@@ -1245,6 +1245,7 @@ function criarNovoMap(){ | @@ -1245,6 +1245,7 @@ function criarNovoMap(){ | ||
1245 | $dados[] = " TYPE ".$tipoLayer; | 1245 | $dados[] = " TYPE ".$tipoLayer; |
1246 | if(empty($data)){ | 1246 | if(empty($data)){ |
1247 | $dados[] = ' DATA ""'; | 1247 | $dados[] = ' DATA ""'; |
1248 | + $dados[] = ' CONNECTION ""'; | ||
1248 | } | 1249 | } |
1249 | else{ | 1250 | else{ |
1250 | $dados[] = ' DATA "'.$data.'"'; | 1251 | $dados[] = ' DATA "'.$data.'"'; |