Next wave of lesser getMessage() usage and more EL
[mailer.git] / inc / mails / beg_mails.php
index 5806fe5f59fde9ba249d7924038f95c08d663447..29d9c589c598bee96fed3456fb9b5ce68bd889d4 100644 (file)
@@ -82,7 +82,7 @@ if (!empty($sql)) {
        $sql .= ") AND `status`='CONFIRMED' ORDER BY `last_online` ASC";
 
        // No IP locking setuped by default
-       $content['ip_locker'] = getMessage('BEG_NO_LIMITATION');
+       $content['ip_locker'] = '{--BEG_NO_LIMITATION--}';
 
        if (getConfig('beg_ip_timeout') > 0) {
                // Create timemark
@@ -96,7 +96,7 @@ if (!empty($sql)) {
                $sentBonusMails = ((getConfig('beg_notify_bonus') > 0) && ($mode == 'enable') && (isExtensionActive('bonus')));
 
                // Generate subject line
-               $subject = getMessage('BEG_RALLYE_'.strtoupper($mode).'_NOTIFY');
+               $subject = '{--BEG_RALLYE_' . strtoupper($mode) . '_NOTIFY--}';
 
                // Load message body for bonus mails
                $message = loadEmailTemplate('beg_enable_notify_body', '', '{PER}userid{PER}');