1
0
Fork 0

correcion api simple

This commit is contained in:
humano 2018-11-01 10:05:53 -05:00
parent 4f86e4528a
commit 200960a6c3
1 changed files with 1 additions and 1 deletions

View File

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