diff --git a/funciones/funciones.php b/funciones/funciones.php index 21a4e92..d456f01 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -2389,7 +2389,7 @@ return $resultado; } function json_render($contenido,$tipo,$control){ - +$contenido = stripcslashes($contenido); $campos = "$tipo,$contenido"; $datos = json_decode($contenido, true); if ($tipo == "html"){ @@ -2425,7 +2425,7 @@ elseif($tipo == "csv") { } } -$resultado = trim($linea,","); +$resultado = trim($linea,",").""; } elseif($tipo == "array") { $array= array();