]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/autopurge_functions.php
Naming convention, more usage of EL, new wrapper function introduced:
[mailer.git] / inc / libs / autopurge_functions.php
index fe3cdd4b586c22d6f55f2e95f96677966c55089b..3d90fba9279d398cd68e0d20a5bf86c2163afc3f 100644 (file)
@@ -49,7 +49,7 @@ function addPointsAutoPurge ($userid, $points) {
 
        // Send out mail to user
        $message = loadEmailTemplate('member_autopurge_points', array('points' => $points), $userid);
-       sendEmail($userid, '{--AUTOPURGE_MEMBER_SUBJECT--}', $message);
+       sendEmail($userid, '{--MEMBER_AUTOPURGE_SUBJECT--}', $message);
 }
 
 // Checks wether auto-purging is active