From c3da68b3c55cb318a8eefd128e21b8cd2a442dfd Mon Sep 17 00:00:00 2001 From: fredyrivera Date: Wed, 18 Oct 2017 18:14:08 -0500 Subject: [PATCH] limite en json --- milfs/funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index fcf227c..d03f410 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -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"; }