Commit 5ef02140ff1b7817ec6d83a6d23ddbf848a2c1de
1 parent
c072080e
Exists in
master
and in
7 other branches
set("template","none.htm") não estava sendo executado
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/tabela/relatorio.php
... | ... | @@ -34,7 +34,7 @@ if($itemagruparel != "" && !in_array($itemagruparel,$itensrel)) |
34 | 34 | |
35 | 35 | $mapa = ms_newMapObj($map_file); |
36 | 36 | $layer = $mapa->getlayerbyname($temarel); |
37 | - | |
37 | +$layer->set("template","none.html"); | |
38 | 38 | $existesel = "nao"; |
39 | 39 | if (file_exists($map_file."qy")) |
40 | 40 | {$mapa->loadquery($map_file."qy");} | ... | ... |