diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 728df4d..54b97f9 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -16340,7 +16340,9 @@ if (mysqli_num_rows($sql)!='0'){ $resultado="" ; while( $row = mysqli_fetch_array( $sql ) ) { -if($row[campo_valor] ==="$valor"){$selected="checked";}else{$selected ="";} + $valor=html_entity_decode("$valor"); + +if($row['campo_valor'] ==="$valor"){$selected="checked";}else{$selected ="";} $resultado .= "