From b5ceac727292ae61c15d74ee95b71500d61624f2 Mon Sep 17 00:00:00 2001 From: humano Date: Sat, 3 Nov 2018 11:13:47 -0500 Subject: [PATCH] campo tabla responsive --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 04a88b8..4b6e516 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -16051,7 +16051,7 @@ function campo_tabla($array,$control,$tipo){ $html .= ''; $resultado ="
$html
"; - return $html; + return $resultado; }