From e1e4f748b768b85f08a4cc4d293d69757de36aa2 Mon Sep 17 00:00:00 2001 From: humano Date: Fri, 2 Nov 2018 06:58:26 -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 18efc01..b360d7d 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -13184,9 +13184,9 @@ if (mysqli_num_rows($sql)!='0'){ else{$contenido=""; $laimagen="";} }elseif($campo_tipo =='15' ){ if($contenido !=""){ - //$imagen = " + //$imagen = ""; - "; + $laimagen = $contenido; }else{$imagen=""; $laimagen="";} }