]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-send_newsletter.php
Missing SVN properties set
[mailer.git] / inc / modules / admin / what-send_newsletter.php
index 863c326e82fb922e69b9509d2cde560d363aac41..dcdbaaacb9866d0c8e161649f6709d01ffb77cad 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 09/28/2003 *
- * ===============                              Last change: 03/04/2005 *
+ * Mailer v0.2.1-FINAL                                Start: 09/28/2003 *
+ * ===================                          Last change: 03/04/2005 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-send_newsletter.php                         *
@@ -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);