From 82ece8220451670cb7f92a4b00957fd09bae5213 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 3 Oct 2018 12:42:36 -0500 Subject: [PATCH] correcion privacidad en campos --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 5544fc3..b9a8a50 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -13338,7 +13338,7 @@ if(!isset($_REQUEST['print'])) { $src ="data-src";}else{ $src =" print src"; } if ($autorizado != '0'){ if($tipo=="titulos") { - $contenido = "$campo_nombre[0] $autorizado "; + $contenido = "$campo_nombre[0] "; } elseif($tipo=="titulos_csv"){ $csv .= '"'.$campo_nombre[0].'";';