]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/beg_mails.php
Better only check on daily reset
[mailer.git] / inc / mails / beg_mails.php
index 97cd5205a735a0d1c65ed4258a1de768f4f894bf..7c5217a3d94838e09f61d24685ee9353784f3c0f 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?