Commit 215408fd4949461b3c63b01cb20b6c0465dc040d

Authored by Edmar Moretti
1 parent 1e7bd12a
Exists in master

--no commit message

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
i3geo/admin/php/metaestat.php
... ... @@ -498,7 +498,7 @@ switch (strtoupper($funcao))
498 498 $cores = explode(";",$cores);
499 499 }
500 500 if(empty($limite)){
501   - $limite = 10000;
  501 + $limite = "";
502 502 }
503 503 if($tipo == "quebrasnaturais"){
504 504 $m = new Metaestat();
... ...