]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-wernis.php
Huge HTML/CSS rewrite (see forum)
[mailer.git] / inc / modules / member / what-wernis.php
index 5e2c960cb0c206164b7ca6c7b4a1200990f5d371..c9082b22102622129b65d7ed29db5ec39b2da019 100644 (file)
@@ -88,12 +88,12 @@ if ((!isGetRequestElementSet('mode')) || (getRequestElement('mode') == 'choose')
                while ($data = SQL_FETCHARRAY($result)) {
                        // Prepare data for output
                        $rowContent = array(
-                               'stamp'    => generateDateTime($data['wernis_timestamp'], 2),
-                               'points'   => translateComma($data['wernis_amount']),
-                               'acc'      => bigintval($data['wernis_account']),
-                               'status'   => WERNIS_TRANSFER_STATUS($data['wernis_type']),
-                               'raw_type' => strtolower($data['wernis_type']),
-                               'sw'       => $SW,
+                               'wernis_timestamp' => generateDateTime($data['wernis_timestamp'], 2),
+                               'points'           => translateComma($data['wernis_amount']),
+                               'wernis_account'   => bigintval($data['wernis_account']),
+                               'status'           => WERNIS_TRANSFER_STATUS($data['wernis_type']),
+                               'raw_type'         => strtolower($data['wernis_type']),
+                               'sw'               => $SW,
                        );
 
                        // Load row template