mb string functions
This commit is contained in:
@@ -1646,7 +1646,7 @@ class Base
|
||||
|
||||
if (!$skipWidlcards) {
|
||||
if (
|
||||
strlen($textFilter) >= $textFilterContainsMinLength
|
||||
mb_strlen($textFilter) >= $textFilterContainsMinLength
|
||||
&&
|
||||
(
|
||||
$attributeType == 'text'
|
||||
|
||||
@@ -336,7 +336,7 @@ abstract class Base
|
||||
}
|
||||
|
||||
$columns = substr($rest, 0, $delimiterPosition);
|
||||
$query = substr($rest, $delimiterPosition + 1);
|
||||
$query = mb_substr($rest, $delimiterPosition + 1);
|
||||
|
||||
$columnList = explode(',', $columns);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user