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);
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
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);
Copyright 2023 Vtiger. All rights reserved.