Listing of coupons rewritten to more clear
[mailer.git] / inc / libs / sponsor_functions.php
index eb9aad248ebdc74551fe2ff141176c2e4bcd426f..77e0654db9a01aa8007b76ce3e31cadd3d3537a4 100644 (file)
@@ -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);