]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-wernis.php
Mailer used in many places, we still need a good 'selling' title
[mailer.git] / inc / modules / member / what-wernis.php
index 2006833362a2c715b87b0115b3b7459209c867dc..8aa4a26c741d638e40af4b6a1eb44d09cb97426d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 04/12/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 04/12/2004 *
  * ================                             Last change: 11/16/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
@@ -66,7 +66,7 @@ $content = array(); $points = false;
 if ((!isGetRequestElementSet('mode')) || (getRequestElement('mode') == 'choose')) {
        // Let the user choose what he wants to do
        $content['refid']    = getConfig(('wernis_refid'));
-       $content['wernis_userid'] = 0;
+       $content['wernis_userid'] = '0';
 
        // Are there some entries?
        if (fetchUserData(getMemberId())) {
@@ -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