Replace ereg_replace with preg_replace to prevent Fatal error with PHP7
Loading
-
@vtigerosm maybe this can handle better
$relationQuery = preg_replace("/[ \t\n\r]+/", " ", $relationQuery);
Please register or sign in to comment
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
@vtigerosm maybe this can handle better
$relationQuery = preg_replace("/[ \t\n\r]+/", " ", $relationQuery);
Copyright 2023 Vtiger. All rights reserved.