]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/bonus_mails.php
Renamed function so it might be more understandable
[mailer.git] / inc / mails / bonus_mails.php
index 6301004fdb6c663b36679801c6a8a6a455690ed5..d1a9ff84f04fe262c06ada7e962dda1bd97dd164 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?