From 8b00b57056bceb98186643340fcd6d886b1bd175 Mon Sep 17 00:00:00 2001 From: humano Date: Mon, 2 Apr 2018 13:20:08 -0500 Subject: [PATCH] mejoras en index --- 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 18d454f..3f6202d 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -11473,7 +11473,7 @@ $div = "contenedor"; $campo_titulo = remplacetas('form_parametrizacion','campo',$id,'descripcion'," tabla='form_id' and opcion = 'titulo'") ; if($campo_titulo[0] !='') {$w_campo = "AND id_campo = '$campo_titulo[0]'";} $campo_titulo = $campo_titulo[0]; -$consulta ="SELECT *, control as identificador FROM form_datos WHERE form_id = '$id' $w_campo GROUP BY control order by id DESC "; +$consulta ="SELECT *, control as identificador FROM form_datos WHERE form_id = '$id' $w_campo GROUP BY control order by id DESC limit 20 "; $link=Conectarse(); $sql=mysqli_query($link,$consulta); if (mysqli_num_rows($sql)!='0'){