forked from qwerty/milfs
Correcion render json en planilla
This commit is contained in:
parent
b2f555aceb
commit
0cb256866e
@ -14540,6 +14540,7 @@ if (mysqli_num_rows($sql)!='0'){
|
||||
elseif($campo_tipo=='29'){ $contenido="<img style=' max-height: 100px;' class='img img-responsive' src='$contenido_completo'>";}
|
||||
elseif($campo_tipo=='30'){ $contenido= json_render("$contenido_completo","html","$control");}
|
||||
elseif($campo_tipo=='24'){ $contenido= json_render("$contenido_completo","csv","$control");}
|
||||
elseif($campo_tipo=='30'){ $contenido= json_render("$contenido_completo","csv","$control");}
|
||||
elseif($campo_tipo=='10'){ // $valor_actual = relacion_render("$formulario","$id_campo","$row[contenido]",'0','relacion_drop');
|
||||
$contenido = relacion_render("$id","$row[id_campo]",$contenido,'5','relacion_print');
|
||||
//$contenido= json_render("$contenido_completo","html","$control");}
|
||||
|
Loading…
Reference in New Issue
Block a user