1
0
Fork 0

correccion bug imagen

This commit is contained in:
humano 2018-11-02 06:54:57 -05:00
parent 09eed068e9
commit 2f5bebc6ed
1 changed files with 2 additions and 2 deletions

View File

@ -13184,10 +13184,10 @@ if (mysqli_num_rows($sql)!='0'){
else{$contenido=""; $laimagen="";}
}elseif($campo_tipo =='15' ){
if($contenido !=""){
$imagen = "<img class='img img-responsive' src='$_SESSION[url]milfs/images/secure/?file=600/$contenido'>
//$imagen = "<img class='img img-responsive' src='$_SESSION[url]milfs/images/secure/?file=600/$contenido'>
";
$laimagen = $imagen;
$laimagen = $contenido;
}else{$imagen=""; $laimagen="";}
}
elseif($campo_tipo=='29'){