]> 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 32dfd5ac980b0cfb8963e4eb3369a5ec7cbaa1f6..5a26daa3791490793cd142b1faeaefb0ee87b21c 100644 (file)
@@ -14,8 +14,6 @@
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
@@ -48,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?
@@ -86,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