Skip to content

Commit

Permalink
Exportacion de scripts personalizados
Browse files Browse the repository at this point in the history
  • Loading branch information
unix4you2 committed Jul 18, 2023
1 parent 7fed4ae commit e77e7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/comunes.php
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,7 @@ function PCO_ParsearListasElementos($ListaElementos)
else
{
//Revisa que el rango si sea un numero antero antes de seguir
if (is_numeric($Rango))
//if (is_numeric($Rango)) //Previo a exportacion de scripts validaba elementos individuales para ver si eran numeros ID de elementos. En scripts son cadenas.
$ArregloElementos[]=$Rango;
}
}
Expand Down

0 comments on commit e77e7d5

Please sign in to comment.