More language strings renamed, TODOs.txt updated:
[mailer.git] / inc / libs / holiday_functions.php
index ce20531437a10b33bef763972d913f545da39168..98a07f7fdc1e84ba11223ea6f15df0ec47291f5b 100644 (file)
@@ -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";