Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
UI: allow mv_min_string parameter to work with flex_select
  • Loading branch information
Josh Lavin committed Mar 19, 2014
1 parent 01b3df9 commit 662dc2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/UI_Tag/flex_select.coretag
Expand Up @@ -460,7 +460,8 @@ EOF
else {
$CGI->{ui_text_qualification} .= "bs=0\nsu=0\n";
}
if(length($s) > 1) {
my $ms = defined $CGI->{mv_min_string} ? $CGI->{mv_min_string} : 1;
if(length($s) > $ms) {
$CGI->{ui_text_qualification} .= "se=$s\nsf=$f\nop=$op\n";
}
else {
Expand Down

0 comments on commit 662dc2e

Please sign in to comment.