diff --git a/funciones/funciones.php b/funciones/funciones.php index 3914ad9..1bc4f5c 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -14540,6 +14540,7 @@ if (mysqli_num_rows($sql)!='0'){ elseif($campo_tipo=='29'){ $contenido="";} 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");}