]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_wernis.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / modules / admin / what-list_wernis.php
index 750d989585cc3f6cae6b1464946b1cf8e79c0bc0..24501b427bd5a1d7d0b9553ae9315a69d81bcd11 100644 (file)
@@ -56,9 +56,9 @@ if (SQL_NUMROWS($result) > 0) {
        while ($content = SQL_FETCHARRAY($result)) {
                // Translate some data and add color
                $content['sw']                                  = $SW;
-               $content['link']                                = ADMIN_USER_PROFILE_LINK($content['userid']);
-               $content['wernis_amount']               = TRANSLATE_COMMA($content['wernis_amount']);
-               $content['wernis_timestamp']    = MAKE_DATETIME($content['wernis_timestamp'], "2");
+               $content['link']                                = generateUserProfileLink($content['userid']);
+               $content['wernis_amount']               = translateComma($content['wernis_amount']);
+               $content['wernis_timestamp']    = generateDateTime($content['wernis_timestamp'], "2");
                $content['raw_type']                    = strtolower($content['wernis_type']);
                $content['wernis_type']                 = WERNIS_TRANSFER_STATUS($content['wernis_type']);