1
0
Fork 0

correccion bug imagen

This commit is contained in:
humano 2018-11-02 06:58:26 -05:00
parent 2f5bebc6ed
commit e1e4f748b7
1 changed files with 2 additions and 2 deletions

View File

@ -13184,9 +13184,9 @@ 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 = $contenido;
}else{$imagen=""; $laimagen="";}
}