X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d814a525b9f2fbc0bfae5591201d9185d6b1e8f4..bed19453fb654f69ad972911a4533ca89f8ae0c9:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 5b868ec5e..41cc49f03 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -3010,12 +3010,6 @@ sub current_date { return $thisdate; } -sub like { - my ($self, $string) = @_; - - return "%" . SL::Util::trim($string // '') . "%"; -} - sub redo_rows { $main::lxdebug->enter_sub();