* SPDX-License-Identifier: AGPL-3.0-only ************************************/ // crmv@161554 function gdpr_supportrequest($contactid, $subject, $description, $user) { $GDPRWS = GDPRWS::getInstance(); return $GDPRWS->sendSupportRequest($contactid, $subject, $description); }