Commit 2f573b7c01d389c2cf26c1a0809cf2a9031b5585

Authored by Edmar Moretti
1 parent ffdfa61c
Exists in master

--no commit message

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
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.'"';
... ...