forked from qwerty/tupali
Correcion bug campo select
This commit is contained in:
parent
149f45cc6a
commit
47b1d45c03
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user