Commit b72042a635a614bcdb912c81cba8801afeb017de

Authored by Edmar Moretti
1 parent 0fdc197e

--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 1245 $dados[] = " TYPE ".$tipoLayer;
1246 1246 if(empty($data)){
1247 1247 $dados[] = ' DATA ""';
  1248 + $dados[] = ' CONNECTION ""';
1248 1249 }
1249 1250 else{
1250 1251 $dados[] = ' DATA "'.$data.'"';
... ...