]> 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 f6e2a9b52660b05d329474bbfdb4eca16a63441a..5a26daa3791490793cd142b1faeaefb0ee87b21c 100644 (file)
@@ -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?