Debug v18

This commit is contained in:
Laurent Destailleur
2023-05-25 14:36:16 +02:00
parent b069a8c9c9
commit 5a6346f11b
2 changed files with 2 additions and 1 deletions

View File

@@ -11849,6 +11849,7 @@ function jsonOrUnserialize($stringtodecode)
* @param string $filter String with universal search string. Must be '(aaa:bbb:...) OR (ccc:ddd:...) ...' with
* aaa is a field name (with alias or not) and
* bbb is one of this operator '=', '<', '>', '<=', '>=', '!=', 'in', 'notin', 'like', 'notlike', 'is', 'isnot'.
* Example: '((client:=:1) OR ((client:>=:2) AND (client:<=:3))) AND (nom:like:'a%')'
* @param string $errorstr Error message string
* @param int $noand 1=Do not add the AND before the condition string.
* @param int $nopar 1=Do not add the perenthesis around the condition string.