]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/beg_mails.php
More wrapper functions introduced, duplicate language strings merged:
[mailer.git] / inc / mails / beg_mails.php
index 46d05e95e5d3a87892eabcef8c60b633f5598782..5a26daa3791490793cd142b1faeaefb0ee87b21c 100644 (file)
@@ -46,7 +46,7 @@ if (!defined('__SECURITY')) {
 if (!isHtmlOutputMode()) return;
 
 // Create timemark from saved month
-$mark = mktime(0, 0, 0, getConfig('last_month'), getDay(), getYear());
+$mark = mktime(0, 0, 0, getLastMonth(), getDay(), getYear());
 $sql = ''; $mode = '';
 
 // Shall I sent activation or deactivation mail?
@@ -84,7 +84,7 @@ if (!empty($sql)) {
 
        if (getConfig('beg_ip_timeout') > 0) {
                // Create timemark
-               $content['ip_locker'] = createFancyTime(getConfig('beg_ip_timeout'));
+               $content['ip_locker'] = '{%config,createFancyTime=beg_ip_timeout%}';
        } // END - if
 
        // Check for accounts to be notified