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,6 +910,7 @@ $retornaShapes - retorna os shapes selecionados. Nesse caso, nao e gerado o arqu
910 $rect->set("maxx",(max(array($temp[0],$temp[2])))); 910 $rect->set("maxx",(max(array($temp[0],$temp[2]))));
911 $rect->set("maxy",(max(array($temp[1],$temp[3])))); 911 $rect->set("maxy",(max(array($temp[1],$temp[3]))));
912 $ident = $this->layer->queryByRect($rect); 912 $ident = $this->layer->queryByRect($rect);
  913 + error_reporting(0);
913 if ($ident != 1){ 914 if ($ident != 1){
914 $res_count = $this->layer->getNumresults(); 915 $res_count = $this->layer->getNumresults();
915 //echo $res_count;exit;325449 916 //echo $res_count;exit;325449