X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Freset%2Freset_birthday.php;h=fb45557875151fd42256ddd2612d5f752ac79201;hp=e2a95fd4710ba79c525a817945410cca9486676c;hb=fc162164725588cf75969f707faead9c9cd8e68b;hpb=f2aeaab0cd313b2eeb151642455ed558f6b186dc diff --git a/inc/reset/reset_birthday.php b/inc/reset/reset_birthday.php index e2a95fd471..fb45557875 100644 --- a/inc/reset/reset_birthday.php +++ b/inc/reset/reset_birthday.php @@ -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",