Commit 14116e780557a232a6564f706b5c523f075c7fc3

Authored by Edmar Moretti
1 parent e4441619

Inclusão de error_reporting(0) para evitar mensagens de notice na ferramenta de download de dados

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
classesphp/classe_selecao.php
... ... @@ -910,6 +910,7 @@ $retornaShapes - retorna os shapes selecionados. Nesse caso, nao e gerado o arqu
910 910 $rect->set("maxx",(max(array($temp[0],$temp[2]))));
911 911 $rect->set("maxy",(max(array($temp[1],$temp[3]))));
912 912 $ident = $this->layer->queryByRect($rect);
  913 + error_reporting(0);
913 914 if ($ident != 1){
914 915 $res_count = $this->layer->getNumresults();
915 916 //echo $res_count;exit;325449
... ...