From 2f5bebc6edab715e63157b92ec417bc3cbeb3e6d Mon Sep 17 00:00:00 2001 From: humano Date: Fri, 2 Nov 2018 06:54:57 -0500 Subject: [PATCH] correccion bug imagen --- funciones/funciones.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index c448768..18efc01 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -13184,10 +13184,10 @@ if (mysqli_num_rows($sql)!='0'){ else{$contenido=""; $laimagen="";} }elseif($campo_tipo =='15' ){ if($contenido !=""){ - $imagen = " + //$imagen = " "; - $laimagen = $imagen; + $laimagen = $contenido; }else{$imagen=""; $laimagen="";} } elseif($campo_tipo=='29'){