From 77b436217bba955942163b1d39478f3f850be2fc Mon Sep 17 00:00:00 2001 From: fredyrivera Date: Sat, 30 Sep 2017 16:53:48 -0500 Subject: [PATCH] paginacion en planilla mejora campo relacion --- milfs/funciones/funciones.php | 1 + 1 file changed, 1 insertion(+) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index db6f212..a18d359 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -10569,6 +10569,7 @@ $td .= "$imagen"; $contenido = relacion_render("$id","$row[id_campo]",$contenido,'5',''); //$contenido= json_render("$contenido_completo","html","$control");} //json_render("$valor","csv","$control"); + } else {$contenido = Markdown("$contenido");} $csv .= "$contenido";