X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fholiday_functions.php;h=98a07f7fdc1e84ba11223ea6f15df0ec47291f5b;hb=f298f71846512b05d8eed6c03771253e2c39655f;hp=ce20531437a10b33bef763972d913f545da39168;hpb=29385a0483bbcbbe940a32a49d488b1d5add15c5;p=mailer.git diff --git a/inc/libs/holiday_functions.php b/inc/libs/holiday_functions.php index ce20531437..98a07f7fdc 100644 --- a/inc/libs/holiday_functions.php +++ b/inc/libs/holiday_functions.php @@ -85,7 +85,7 @@ LIMIT 1", // Send mail to user $message = loadEmailTemplate('member_holiday_unlock', $content, $content['userid']); - sendEmail($content['userid'], '{--HOLIDAY_MEMBER_UNLOCK_SUBJECT--}', $message); + sendEmail($content['userid'], '{--MEMBER_HOLIDAY_UNLOCK_SUBJECT--}', $message); // Remember userid for admin $admin .= $content['userid']."\n";