1
0
Fork 0

debug en funcion select

This commit is contained in:
humano 2018-09-27 12:58:15 -05:00
parent 76f210d432
commit db3436c467
1 changed files with 1 additions and 1 deletions

View File

@ -16669,7 +16669,7 @@ $resultado .= "<option value='$row[$value]' $selected > ".substr(@$row[$campo
}
}
$resultado .= "</select> " ;
}else{$resultado = "<div class='alert alert-warning alert_sin_resultados'><i class='glyphicon glyphicon-exclamation-triangle'></i> No hay resultados 0011 $debug </div>";}
}else{$resultado = "<SELECT class='form-control' NAME='$name' id='$name' onchange=\"$onchange\" title='Seleccione $descripcion' ><option>No hay resultados</option></select>";}
return $resultado;
}