X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-unlock_sponsor.php;h=a86a7f890fb1b26ccbcb8da4d66406f25eba2d1f;hp=e8676e512ac9274e2e097c1e0105d5afc06f7ad8;hb=fc162164725588cf75969f707faead9c9cd8e68b;hpb=04b69ac9f33369cbf654396c4a42cb1fff710ff4 diff --git a/inc/modules/admin/what-unlock_sponsor.php b/inc/modules/admin/what-unlock_sponsor.php index e8676e512a..a86a7f890f 100644 --- a/inc/modules/admin/what-unlock_sponsor.php +++ b/inc/modules/admin/what-unlock_sponsor.php @@ -94,7 +94,7 @@ ORDER BY $content = merge_array($content, $content2); // Set default email - $content['email'] = getMessage('SPONSOR_NO_ADMIN'); + $content['email'] = '{--SPONSOR_NO_ADMIN--}'; if ($content['admin_id'] > 0) { // Load admin's email address for contact $content['email'] = getAdminEmail($content['admin_id']); @@ -113,7 +113,7 @@ ORDER BY } } else { // No payments found - $content['message'] = getMessage('SPONSOR_NO_PAYMENTS_FOUND'); + $content['message'] = '{--SPONSOR_NO_PAYMENTS_FOUND--}'; } // Free memory @@ -165,7 +165,7 @@ LIMIT 1", if ($REFERAL['receive_warnings'] == 'Y') { // Send notification to referal $REF_MSG = loadEmailTemplate('sponsor_ref_notify', $REFERAL); - sendEmail($REFERAL['email'], getMessage('SPONSOR_REF_NOTIFY_SUBJ'), $REF_MSG); + sendEmail($REFERAL['email'], '{--SPONSOR_REF_NOTIFY_SUBJ--}', $REF_MSG); } // END - if // Free memory @@ -178,7 +178,7 @@ LIMIT 1", // So let's send the email away $message = loadEmailTemplate('sponsor_unlocked', $content); - sendEmail($content['email'], getMessage('SPONSOR_UNLOCKED_SUBJ'), $message); + sendEmail($content['email'], '{--SPONSOR_UNLOCKED_SUBJ--}', $message); } // END - foreach } else { // Nothing selected