]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-send_newsletter.php
More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / modules / admin / what-send_newsletter.php
index 863c326e82fb922e69b9509d2cde560d363aac41..cbafde7b701b6df41167397b46757c19498e8ef5 100644 (file)
@@ -86,7 +86,7 @@ ORDER BY
        }
 } else {
        // Copy data into constants for the template and load it
-       $content['datestamp'] = generateDateTime(time(), '3');
+       $content['datestamp'] = generateDateTime(time(), 3);
        if (isExtensionActive('html_mail')) {
                // Load template with HTML mode
                loadTemplate('admin_newsletter', false, $content);