Rewrote reset and some extensions:
[mailer.git] / inc / mails / bonus_mails.php
index ef465e5c1c573fa970a20a66d8de374df0d7f4dd..4cab32d50b64124bf35a62fc095018aa4a2481c7 100644 (file)
@@ -47,7 +47,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Create timemark from saved month
-$mark = mktime(0, 0, 0, getLastMonth(), getDay(), getYear());
+$mark = mktime(0, 0, 0, getLastMonthly(), getDay(), getYear());
 $sql = ''; $mode = '';
 
 // Shall I sent activation or deactivation mail?