* SPDX-License-Identifier: AGPL-3.0-only ************************************/ // crmv@161554 function gdpr_mergecontact($accesstoken, $maincontact, $otherids, $user) { $GDPRWS = GDPRWS::getInstance(); return $GDPRWS->mergeContactData($accesstoken, $maincontact, $otherids); }