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";