From 5584cb78629b4ecb8e3bacf8f4cc2d202a2f3be8 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 3 Oct 2018 12:40:18 -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 8825123..5544fc3 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 ( $_SESSION[id_empresa] != $empresa[0]) "; + $contenido = "$campo_nombre[0] $autorizado "; } elseif($tipo=="titulos_csv"){ $csv .= '"'.$campo_nombre[0].'";';