From 200960a6c3306e8edc9e16c35867864bc0f1a9c8 Mon Sep 17 00:00:00 2001 From: humano Date: Thu, 1 Nov 2018 10:05:53 -0500 Subject: [PATCH] correcion api simple --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index ec6f998..31d2927 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -7585,7 +7585,7 @@ while($row = mysqli_fetch_array( $sql )) $privado = @$privado[1]; /// PRIVACIDAD if($privado !='1') { - $array[$nombre_campo[0]] = html_entity_decode($contenido[0]); + $array[$nombre_campo[0]] = @html_entity_decode($contenido[0]); //$array['consulta'] = "$contenido[2]"; $uri = "$_SESSION[site]I$identificador"; $array['url'] = "$uri";