]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/doubler_mails.php
Next wave of more use of EL, see ticket #176
[mailer.git] / inc / mails / doubler_mails.php
index 9101070df0ec572b15a1c66be8ceddf1b8e04a0f..975fae07e96946c894b5887f3ce3e9a5ded1b5e4 100644 (file)
@@ -177,13 +177,13 @@ if (((SQL_NUMROWS($result_total) > 0) && (getConfig('doubler_sent_all') == 'Y'))
                        // Prepare array
                        $content = array(
                                // Doubler transmission id
-                               'id'     => $content['id'],
+                               'id'        => $content['id'],
                                // Doubled points
-                               'points' => translateComma($content['points']),
+                               'points'    => $content['points'],
                                // Timemark
-                               'when'   => generateDateTime($content['timemark'], 2),
+                               'timemark'  => generateDateTime($content['timemark'], 2),
                                // IP number when the member submitted the doubling form
-                               'ip'     => $content['remote_ip'],
+                               'remote_ip' => $content['remote_ip'],
                        );
 
                        // Load mail template and send mail away...