config.php partly solved, see #117
[mailer.git] / inc / doubler_send.php
index 9388fc6b82bfd609f80a3e0b8145e2d026519ae4..6017dfb65e5bf50bcc0020995151155829b19e49 100644 (file)
@@ -148,7 +148,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'],
                        );