config.php partly solved, see #117
[mailer.git] / inc / modules / admin / what-send_newsletter.php
index c93be0786546fb401926ca8e3bc6f12385b672c1..c96e883df0019b3d1babb21912953c00d23951c1 100644 (file)
@@ -84,7 +84,7 @@ ORDER BY userid ASC", __FILE__, __LINE__);
 } else {
        // Copy data into constants for the template and load it
        // @TODO Rewrite this constant
-       define('_DATESTAMP', generateDateTime(time(), "3"));
+       define('_DATESTAMP', generateDateTime(time(), '3'));
        if (EXT_IS_ACTIVE('html_mail')) {
                // Load template with HTML mode
                LOAD_TEMPLATE("admin_newsletter");