X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmails%2Fbonus_mails.php;h=f7bf926069f7a0563efdbb6201d1c07a71c975f4;hb=1a23aaf6bfb6020596d77ea64ecb8df4c89cc3c4;hp=371e0b621bf28d98ee9370379d9f9d42fb6c1720;hpb=c8d76610eb94093d4eed4fcd8a6cb72e74c8f6d8;p=mailer.git diff --git a/inc/mails/bonus_mails.php b/inc/mails/bonus_mails.php index 371e0b621b..f7bf926069 100644 --- a/inc/mails/bonus_mails.php +++ b/inc/mails/bonus_mails.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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?