From 61c71b2e61844cb87ae06916141b0cf36da71df0 Mon Sep 17 00:00:00 2001 From: humano Date: Tue, 30 Sep 2014 17:39:56 -0500 Subject: [PATCH] =?UTF-8?q?Mejora=20en=20la=20presentaci=C3=B3n=20de=20con?= =?UTF-8?q?sulta=20de=20datos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- milfs/funciones/funciones.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 364f2c3..2a2cf79 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -677,9 +677,9 @@ if (mysql_num_rows($sql)!='0'){ // $resultado =""; $imagen = formulario_valor_campo("$id","0","","$control"); $imagen = $imagen[3]; - if($imagen[3] != null) { + if($imagen[3] != null AND $tipo !='titulos') { $imagen= "$imagen"; - } + }else {$imagen='';} $td .= "$imagen"; while( $row = mysql_fetch_array( $sql ) ) {