]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Form.pm
Funktion »like« von Form nach DBUtils verschoben
[kivitendo-erp.git] / SL / Form.pm
index 5b868ec5edb6be3053c6ed5baa1d3c3c21e59f51..41cc49f034d10b68376c8f5097e51b06a9527d1e 100644 (file)
@@ -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();