Commit 6d3dd76dfa1f8d5f443b83825297c89a9ab88f94
1 parent
f308cc78
Exists in
master
--no commit message
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
i3geo/admin/php/classe_metaestat.php
... | ... | @@ -986,9 +986,9 @@ class Metaestat{ |
986 | 986 | * @param limite do numero de registros |
987 | 987 | * @return execSQL |
988 | 988 | */ |
989 | - function dadosMedidaVariavel($id_medida_variavel,$filtro="",$todasascolunas = 0,$agruparpor = "",$limite=""){ | |
989 | + function dadosMedidaVariavel($id_medida_variavel,$filtro="",$todasascolunas = 0,$agruparpor = "",$limite="",$direto=false){ | |
990 | 990 | set_time_limit(0); |
991 | - $sql = $this->sqlMedidaVariavel($id_medida_variavel,$todasascolunas,$agruparpor,"polygon","",false,$filtro); | |
991 | + $sql = $this->sqlMedidaVariavel($id_medida_variavel,$todasascolunas,$agruparpor,"polygon","",false,$filtro,$direto); | |
992 | 992 | $sqlf = $sql["sqlmapserver"]; |
993 | 993 | //remove marcadores geo |
994 | 994 | $sqlf = explode("/*SE*/",$sqlf); | ... | ... |