]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-email_archiv.php
Several array indexes renamed, TODOs.txt updated
[mailer.git] / inc / modules / admin / what-email_archiv.php
index 6474a7a1a4e80d4e2c04f777f8ec7ca6e0ee59ee..8456d5e1ef705478e77e808d7887b2c2265e9127 100644 (file)
@@ -107,15 +107,15 @@ if (SQL_NUMROWS($result) > 0) {
                $row = array(
                        'sw'          => $SW,
                        'u_link'      => generateUserProfileLink($pool[1]),
-                       'subj'        => $pool[2],
+                       'subject'     => $pool[2],
                        'text'        => $pool[3],
                        'pay'         => getPaymentTitlePrice($pool[5]),
                        'cat'         => getCategory($pool[10]),
                        'sent'        => $sent,
-                       'ruserids'       => str_replace(';', ", ", $pool[4]),
+                       'ruserids'    => str_replace(';', ", ", $pool[4]),
                        'unconfirmed' => $unconfirmed,
                        'type'        => translatePoolType($pool[6]),
-                       'tsend'       => $pool[9],
+                       'target_send' => $pool[9],
                        'frametester' => generateFrametesterUrl($pool[8]),
                        'url'         => $pool[8],
                        'stamp'       => generateDateTime($pool[7], '0'),