Next wave of lesser getMessage()
[mailer.git] / inc / libs / holiday_functions.php
index 0b07bf1a30863cde01c1b1bb40f966f3532f0a62..54064d8b19413db670a7d3e8515edafa3e73bac8 100644 (file)
@@ -85,7 +85,7 @@ 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'], '{--HOLIDAY_MEMBER_UNLOCK_SUBJ--}', $message);
 
                        // Remember userid for admin
                        $admin .= $content['userid']."\n";