X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fholiday_functions.php;h=98a07f7fdc1e84ba11223ea6f15df0ec47291f5b;hb=f298f71846512b05d8eed6c03771253e2c39655f;hp=0b07bf1a30863cde01c1b1bb40f966f3532f0a62;hpb=d0db163274524c1ac548146db60d4543abcec4a9;p=mailer.git diff --git a/inc/libs/holiday_functions.php b/inc/libs/holiday_functions.php index 0b07bf1a30..98a07f7fdc 100644 --- a/inc/libs/holiday_functions.php +++ b/inc/libs/holiday_functions.php @@ -85,14 +85,14 @@ LIMIT 1", // Send mail to user $message = loadEmailTemplate('member_holiday_unlock', $content, $content['userid']); - sendEmail($content['userid'], getMessage('HOLIDAY_MEMBER_UNLOCK_SUBJ'), $message); + sendEmail($content['userid'], '{--MEMBER_HOLIDAY_UNLOCK_SUBJECT--}', $message); // Remember userid for admin $admin .= $content['userid']."\n"; } // END - if // Send mail to admins - sendAdminNotification(getMessage('HOLIDAY_ADMIN_UNLOCK_SUBJ'), 'admin_holiday_unlock', $admin); + sendAdminNotification('{--ADMIN_HOLIDAY_UNLOCK_SUBJECT--}', 'admin_holiday_unlock', $admin); // Run all SQLs runFilterChain('run_sqls');