mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-11 12:01:23 +01:00
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
This commit is contained in:
@@ -11176,7 +11176,7 @@ function dolForgeCriteriaCallback($matches)
|
|||||||
|
|
||||||
$operand = preg_replace('/[^a-z0-9\._]/i', '', trim($tmp[0]));
|
$operand = preg_replace('/[^a-z0-9\._]/i', '', trim($tmp[0]));
|
||||||
|
|
||||||
$operator = strtoupper(preg_replace('/[^a-z<>=]/i', '', trim($tmp[1])));
|
$operator = strtoupper(preg_replace('/[^a-z<>!=]/i', '', trim($tmp[1])));
|
||||||
if ($operator == 'NOTLIKE') {
|
if ($operator == 'NOTLIKE') {
|
||||||
$operator = 'NOT LIKE';
|
$operator = 'NOT LIKE';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user