search.inc.php 97 B

1234
  1. function text($field, $value)
  2. {
  3. return $value === '' ? '' : " `$field` LIKE '%$value%' ";
  4. }