forked from qwerty/tupali
limite en json
This commit is contained in:
parent
ac38b2ac89
commit
c3da68b3c5
@ -8701,7 +8701,7 @@ function json($datos){
|
||||
$campo = buscar_campo_tipo($datos['id'],"11");
|
||||
}
|
||||
$w_rango ="( form_datos.id_campo = $campo[0] ) AND ( DATE(contenido) BETWEEN DATE('$datos[start]') AND DATE('$datos[end]') ) AND ";
|
||||
$limite ="limit 100";
|
||||
$limite ="limit 200";
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user