From 5ef02140ff1b7817ec6d83a6d23ddbf848a2c1de Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Thu, 8 Oct 2009 01:09:44 +0000 Subject: [PATCH] set("template","none.htm") não estava sendo executado --- ferramentas/tabela/relatorio.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ferramentas/tabela/relatorio.php b/ferramentas/tabela/relatorio.php index 81a2862..fd7c2ba 100644 --- a/ferramentas/tabela/relatorio.php +++ b/ferramentas/tabela/relatorio.php @@ -34,7 +34,7 @@ if($itemagruparel != "" && !in_array($itemagruparel,$itensrel)) $mapa = ms_newMapObj($map_file); $layer = $mapa->getlayerbyname($temarel); - +$layer->set("template","none.html"); $existesel = "nao"; if (file_exists($map_file."qy")) {$mapa->loadquery($map_file."qy");} -- libgit2 0.21.2