]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/holiday_functions.php
Adding of API array indexes basicly finished
[mailer.git] / inc / libs / holiday_functions.php
index 0b07bf1a30863cde01c1b1bb40f966f3532f0a62..98a07f7fdc1e84ba11223ea6f15df0ec47291f5b 100644 (file)
@@ -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');