From 6f94c6395aff6776b6f1caa7cfc3f0a05c7f003a Mon Sep 17 00:00:00 2001 From: humano Date: Fri, 27 Mar 2020 08:52:46 -0500 Subject: [PATCH] quito debug de consulta --- funciones/funciones.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 4abe42e..4b491ac 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -6174,14 +6174,14 @@ function landingpage_formularios($id_empresa,$filas,$columnas,$tipo,$plantilla){ $formulario_nombre = remplacetas('form_id','id',"$row[campo]",'nombre','') ; - $formularios .= "$row[campo] + $formularios .= "

$formulario_nombre[0]

$formulario_descripcion[0]

$contenido"; } - }else{ $formularios ="$consulta";} + }else{ $formularios ="";} return $formularios; }