X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-list_wernis.php;h=cce8fb1049f3c0f4cd5848ac89bd061d758dae49;hb=81bfbcd72e424060ea1223b49ad92fcfa150f361;hp=24501b427bd5a1d7d0b9553ae9315a69d81bcd11;hpb=7b0f17cd637e388049d2167811e4332cec1e979b;p=mailer.git diff --git a/inc/modules/admin/what-list_wernis.php b/inc/modules/admin/what-list_wernis.php index 24501b427b..cce8fb1049 100644 --- a/inc/modules/admin/what-list_wernis.php +++ b/inc/modules/admin/what-list_wernis.php @@ -58,7 +58,7 @@ if (SQL_NUMROWS($result) > 0) { $content['sw'] = $SW; $content['link'] = generateUserProfileLink($content['userid']); $content['wernis_amount'] = translateComma($content['wernis_amount']); - $content['wernis_timestamp'] = generateDateTime($content['wernis_timestamp'], "2"); + $content['wernis_timestamp'] = generateDateTime($content['wernis_timestamp'], '2'); $content['raw_type'] = strtolower($content['wernis_type']); $content['wernis_type'] = WERNIS_TRANSFER_STATUS($content['wernis_type']);