]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_primera.php
config.php partly solved, see #117
[mailer.git] / inc / modules / admin / what-list_primera.php
index cbb86b063c0da46c43f734fc246c610055195bbf..f2bddbfa2faf37d21a1288d373622c554e26a3d9 100644 (file)
@@ -58,7 +58,7 @@ if (SQL_NUMROWS($result) > 0) {
                $content['sw']                                  = $SW;
                $content['link']                                = generateUserProfileLink($content['userid']);
                $content['primera_amount']              = translateComma($content['primera_amount']);
-               $content['primera_timestamp']   = generateDateTime($content['primera_timestamp'], "2");
+               $content['primera_timestamp']   = generateDateTime($content['primera_timestamp'], '2');
                $content['raw_type']                    = strtolower($content['primera_type']);
                $content['primera_type']                = PRIMERA_TRANSFER_STATUS($content['primera_type']);