]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/doubler_mails.php
More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / mails / doubler_mails.php
index 4b6d8505e06a987ac8a585565a33080eda2f3607..718074fdcc702e65f2c2ba3c7e5b6f1f47be1ee9 100644 (file)
@@ -163,7 +163,7 @@ if (((SQL_NUMROWS($result_total) > 0) && (getConfig('doubler_sent_all') == 'Y'))
                                // Doubled points
                                'points' => translateComma($content['points']),
                                // Timemark
-                               'when'   => generateDateTime($content['timemark'], '2'),
+                               'when'   => generateDateTime($content['timemark'], 2),
                                // IP number when the member submitted the doubling form
                                'ip'     => $content['remote_ip'],
                        );