X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/55a74ec99d06cf44900f4b9dfba86a8525ed48b9..caaa4f675f09e377ee7d30e136b3ce8eb910d3e3:/SL/Controller/Project.pm?ds=inline diff --git a/SL/Controller/Project.pm b/SL/Controller/Project.pm index 14f27dc68..90e2d6e6d 100644 --- a/SL/Controller/Project.pm +++ b/SL/Controller/Project.pm @@ -99,8 +99,8 @@ sub action_ajax_autocomplete { $::form->{filter}{'all:substr:multi::ilike'} =~ s{[\(\)]+}{}g; # if someone types something, and hits enter, assume he entered the full name. - # if something matches, treat that as sole match - # unfortunately get_models can't do more than one per package atm, so we d it + # if something matches, treat that as the sole match + # unfortunately get_models can't do more than one per package atm, so we do it # the oldfashioned way. if ($::form->{prefer_exact}) { my $exact_matches;