1
0
Fork 0

Mejora en la presentación de consulta de datos

This commit is contained in:
humano 2014-09-30 17:39:56 -05:00
parent 0aea50ef2e
commit 61c71b2e61
1 changed files with 2 additions and 2 deletions

View File

@ -677,9 +677,9 @@ if (mysql_num_rows($sql)!='0'){
// $resultado ="<tr >";
$imagen = formulario_valor_campo("$id","0","","$control");
$imagen = $imagen[3];
if($imagen[3] != null) {
if($imagen[3] != null AND $tipo !='titulos') {
$imagen= "<img class='thumbnail' src='images/secure/?file=150/$imagen' alt='$imagen' style='max-width:100px;' title='$imagen'>";
}
}else {$imagen='';}
$td .= "<td>$imagen</td>";
while( $row = mysql_fetch_array( $sql ) ) {