More misc fixes and rewrites (sorry, lame description)
[mailer.git] / inc / libs / autopurge_functions.php
index 70c63916c60daad8f45b140c3eb9aeefa845452c..a420f9ee13423a9945140c57d7e1f46e0eadc114 100644 (file)
@@ -75,8 +75,8 @@ function AUTOPURGE_ADD_POINTS($uid, $points) {
                } // END - if
 
                // Send out mail to user
-               $msg = LOAD_EMAIL_TEMPLATE('member_autopurge_points', translateComma($points), $uid);
-               sendEmail($uid, getMessage('AUTOPURGE_MEMBER_SUBJECT'), $msg);
+               $message = LOAD_EMAIL_TEMPLATE('member_autopurge_points', translateComma($points), $uid);
+               sendEmail($uid, getMessage('AUTOPURGE_MEMBER_SUBJECT'), $message);
        }
 }