X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_wernis.php;h=999906f7c88296a4bd5bea70dfb13ff15e67b264;hp=24501b427bd5a1d7d0b9553ae9315a69d81bcd11;hb=ccc4a69ce9b17aa8d7b1554a3b2b017db091821b;hpb=7b0f17cd637e388049d2167811e4332cec1e979b diff --git a/inc/modules/admin/what-list_wernis.php b/inc/modules/admin/what-list_wernis.php index 24501b427b..999906f7c8 100644 --- a/inc/modules/admin/what-list_wernis.php +++ b/inc/modules/admin/what-list_wernis.php @@ -47,7 +47,7 @@ ADD_DESCR('admin', __FILE__); // Check for entries $result = SQL_QUERY("SELECT id, userid, wernis_account, wernis_amount, wernis_timestamp, wernis_type, wernis_api_message, wernis_api_status FROM `{!_MYSQL_PREFIX!}_user_wernis` ORDER BY wernis_timestamp DESC, id DESC", - __FILE__, __LINE__); +__FILE__, __LINE__); // Are there some entries to display? if (SQL_NUMROWS($result) > 0) { @@ -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']);