]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-payout.php
Deprecated templates removed, some code moved to filters, bug fixed in mydata:
[mailer.git] / inc / modules / member / what-payout.php
index 49e1636cf752868ec687fa294ac9e031696cfaa7..50fdef04ef188dabc33b88367882409397589c43 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: 12/01/2008 *
  *                                                                      *
  * -------------------------------------------------------------------- *
@@ -140,14 +140,13 @@ ORDER BY
                                }
 
                                // Prepare data for the template
-                               // @TODO Rewritings: acc->target_account,bank->target_bank in templates
                                $content = array(
-                                       'sw'     => $SW,
-                                       'acc'    => $content['target_account'],
-                                       'points' => translateComma($content['payout_total']) . ' ' . $content['type'],
-                                       'bank'   => $content['target_bank'],
-                                       'stamp'  => generateDateTime($content['payout_timestamp'], 2),
-                                       'status' => $content['status']
+                                       'sw'               => $SW,
+                                       'target_account'   => $content['target_account'],
+                                       'points'           => translateComma($content['payout_total']) . ' ' . $content['type'],
+                                       'target_bank'      => $content['target_bank'],
+                                       'payout_timestamp' => generateDateTime($content['payout_timestamp'], 2),
+                                       'status'           => $content['status']
                                );
 
                                // Load row template and switch colors