X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fautopurge_functions.php;h=76be497ee5ad86b9c2c499907b3aa116d2a10ac9;hp=8c5372fd113553a9ea909716d9e3f16930ee094c;hb=fc162164725588cf75969f707faead9c9cd8e68b;hpb=f2aeaab0cd313b2eeb151642455ed558f6b186dc diff --git a/inc/libs/autopurge_functions.php b/inc/libs/autopurge_functions.php index 8c5372fd11..76be497ee5 100644 --- a/inc/libs/autopurge_functions.php +++ b/inc/libs/autopurge_functions.php @@ -49,7 +49,7 @@ function addPointsAutoPurge ($userid, $points) { // Send out mail to user $message = loadEmailTemplate('member_autopurge_points', array('points' => $points), $userid); - sendEmail($userid, getMessage('AUTOPURGE_MEMBER_SUBJECT'), $message); + sendEmail($userid, '{--AUTOPURGE_MEMBER_SUBJECT--}', $message); } // [EOF]