]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_payouts.php
config.php partly solved, see #117
[mailer.git] / inc / modules / admin / what-list_payouts.php
index 1215c5fa6db72bf5d14844fdf265cabcc480dbfe..5a63f110c453468f1e30d5d392e35f4b6b70f7c1 100644 (file)
@@ -258,7 +258,7 @@ ORDER BY p.payout_timestamp DESC", __FILE__, __LINE__);
                                'ptype'   => translateComma($content['payout_total'])." ".COMPILE_CODE($content['type']),
                                'account' => $content['target_account'],
                                'bank'    => $content['target_bank'],
-                               'tstamp'  => generateDateTime($content['payout_timestamp'], "2"),
+                               'tstamp'  => generateDateTime($content['payout_timestamp'], '2'),
                                'status'  => $content['status'],
                        );