]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_birthday.php
Naming convention, more usage of EL, new wrapper function introduced:
[mailer.git] / inc / reset / reset_birthday.php
index 9f02208566e3b5e628f51b0fb316f3383b2f00dc..4321e31bd4f0819b4a7938487e4687e36e6773d8 100644 (file)
@@ -108,7 +108,7 @@ if (SQL_NUMROWS($result_birthday) > 0) {
                }
 
                // Send email
-               sendEmail($content['email'], '{--HAPPY_BIRTHDAY_SUBJECT--}', $message);
+               sendEmail($content['email'], '{--MEMBER_HAPPY_BIRTHDAY_SUBJECT--}', $message);
 
                // Remember him that he has received a birthday mail
                SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `birthday_sent`=UNIX_TIMESTAMP() WHERE `userid`=%s LIMIT 1",