X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fsponsor_functions.php;h=77e0654db9a01aa8007b76ce3e31cadd3d3537a4;hp=eb9aad248ebdc74551fe2ff141176c2e4bcd426f;hb=305ad0593fb7abd5051045615c5cc5f00fecd823;hpb=2e468b3c7df35a8e5f57c82e94aea3ce481de099 diff --git a/inc/libs/sponsor_functions.php b/inc/libs/sponsor_functions.php index eb9aad248e..77e0654db9 100644 --- a/inc/libs/sponsor_functions.php +++ b/inc/libs/sponsor_functions.php @@ -217,7 +217,7 @@ function handleSponsorRequest ($postData, $update=false, $messageArray = array() } // Translate the account status -function sponsorTranslateUserStatus ($status) { +function translateSponsorStatus ($status) { // Construct constant name $constantName = sprintf("ACCOUNT_STATUS_%s", $status);