Skip to content

vt730: Use of undefined constant in QueryGenerator

See this line:

https://code.vtiger.com/vtiger/vtigercrm/blob/master/include/QueryGenerator/QueryGenerator.php#L1261

trim needs to be encapsulated in quotes, e.g.

$value = array_map('trim', $value);