Commit 73ea76ce71d0b82d0c777f12cf404f47ac64e17b
1 parent
b665a43e
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
6 deletions
Show diff stats
classesphp/classe_mapa.php
| ... | ... | @@ -995,12 +995,7 @@ $adicionar - sim|nao força a adição de um tema se ele não existir no mapfile atu |
| 995 | 995 | {$incluir = false;} |
| 996 | 996 | } |
| 997 | 997 | else |
| 998 | - { | |
| 999 | - if($layerE->name != $t) | |
| 1000 | - {$incluir = true;} | |
| 1001 | - else | |
| 1002 | - {$incluir = false;} | |
| 1003 | - } | |
| 998 | + {$incluir = false;} | |
| 1004 | 999 | } |
| 1005 | 1000 | if($incluir == true){$adicionar[] = $t;} |
| 1006 | 1001 | } | ... | ... |