]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_birthday.php
Next wave of lesser getMessage()
[mailer.git] / inc / reset / reset_birthday.php
index e2a95fd4710ba79c525a817945410cca9486676c..fb45557875151fd42256ddd2612d5f752ac79201 100644 (file)
@@ -108,7 +108,7 @@ if (SQL_NUMROWS($result_birthday) > 0) {
                }
 
                // Send email
-               sendEmail($content['email'], getMessage('HAPPY_BIRTHDAY_SUBJECT'), $message);
+               sendEmail($content['email'], '{--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",