Correcion bug campo select

This commit is contained in:
humano 2018-04-01 13:59:22 -05:00
parent 149f45cc6a
commit 47b1d45c03
1 changed files with 1 additions and 0 deletions

View File

@ -16268,6 +16268,7 @@ if (mysqli_num_rows($sql)!='0'){
$resultado=" <SELECT class='form-control' NAME='$name' id='$name' >
<option value=''>Seleccione </option>
" ;
$valor=html_entity_decode("$valor");
while( $row = mysqli_fetch_array( $sql ) ) {
//$coll = collator_create( 'en_US' );
//$res = collator_compare( $coll, $row['campo_valor'], $valor );