2
0
forked from Wavyzz/dolibarr

Clean code

This commit is contained in:
Laurent Destailleur
2024-01-15 11:28:25 +01:00
parent abb4bed44e
commit 3ac7706a63
4 changed files with 28 additions and 14 deletions

View File

@@ -12439,6 +12439,7 @@ function jsonOrUnserialize($stringtodecode)
* @param int $nopar 1=Do not add the perenthesis around the condition string.
* @param int $noerror 1=If search criteria is not valid, does not return an error string but invalidate the SQL
* @return string Return forged SQL string
* @see dolSqlDateFilter()
*/
function forgeSQLFromUniversalSearchCriteria($filter, &$errorstr = '', $noand = 0, $nopar = 0, $noerror = 0)
{