forked from qwerty/milfs
ordenes
This commit is contained in:
parent
b7d53d4f23
commit
c9f79bae45
@ -7521,7 +7521,7 @@ foreach($listado_campos as $campo=>$valor){
|
|||||||
$contenido_limpio = stripslashes($contenido[0]);
|
$contenido_limpio = stripslashes($contenido[0]);
|
||||||
$contenido_array = json_decode($contenido_limpio,true);
|
$contenido_array = json_decode($contenido_limpio,true);
|
||||||
$array =$contenido_array[$id_campo][0];
|
$array =$contenido_array[$id_campo][0];
|
||||||
$valor_actual= campo_tabla($array,$control,$tipo)."tabla";
|
$valor_actual= campo_tabla($array,$control,$tipo)."";
|
||||||
}else{ $valor_actual="";}
|
}else{ $valor_actual="";}
|
||||||
|
|
||||||
@$listado_campos .= "<td title='' >$valor_actual</td>";
|
@$listado_campos .= "<td title='' >$valor_actual</td>";
|
||||||
@ -13500,12 +13500,19 @@ if (mysqli_num_rows($sql)!='0'){
|
|||||||
<iframe width='100%' height='100%' class= 'iframe-media' src=\"$contenido\" frameborder='0' allowFullScreen ></iframe>";
|
<iframe width='100%' height='100%' class= 'iframe-media' src=\"$contenido\" frameborder='0' allowFullScreen ></iframe>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
elseif($campo_tipo=='2' AND $contenido !=""){
|
||||||
|
|
||||||
|
$contenido= nl2br("$contenido");
|
||||||
|
|
||||||
|
}
|
||||||
elseif(($campo_tipo=='2' OR $campo_tipo=='7' OR $campo_tipo=='1' OR $campo_tipo=='17')AND $contenido !=""){
|
elseif(($campo_tipo=='2' OR $campo_tipo=='7' OR $campo_tipo=='1' OR $campo_tipo=='17')AND $contenido !=""){
|
||||||
|
|
||||||
$contenido= html_entity_decode(stripslashes("$contenido"));
|
$contenido= html_entity_decode(stripslashes("$contenido"));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
else {
|
else {
|
||||||
$html ="$contenido";
|
$html ="$contenido";
|
||||||
$contenido = nl2br($html);
|
$contenido = nl2br($html);
|
||||||
|
Loading…
Reference in New Issue
Block a user