]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-edit_emails.php
Missing SVN properties set
[mailer.git] / inc / modules / admin / what-edit_emails.php
index c03be85a37c421c0933cf5bfa34f5a6529a407f4..e41595251c9e35efe475b012275fc64f05a179d5 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 09/28/2003 *
- * ===============                              Last change: 04/09/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 09/28/2003 *
+ * ===================                          Last change: 04/09/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-edit_emails.php                             *
@@ -77,7 +77,7 @@ WHERE
        `id`=%s
 LIMIT 1",
                        array(
-                               postRequestElement('subj'),
+                               postRequestElement('subject'),
                                postRequestElement('text'),
                                postRequestElement('url'),
                                bigintval(postRequestElement('id')),
@@ -96,14 +96,13 @@ LIMIT 1",
                $OUT = ''; $SW = 2;
                while ($content = SQL_FETCHARRAY($result)) {
                        // Prepare data for the row template
-                       // @TODO Rewritings: subj->subject in template
                        $content = array(
-                               'sw'   => $SW,
-                               'id'   => $content['id'],
-                               'subj' => $content['subject'],
+                               'sw'      => $SW,
+                               'id'      => $content['id'],
+                               'subject' => $content['subject'],
                                'userid'  => generateUserProfileLink($content['sender']),
-                               'pay'  => getPaymentTitlePrice($content['payment_id']),
-                               'cat'  => getCategory($content['cat_id']),
+                               'pay'     => getPaymentTitlePrice($content['payment_id']),
+                               'cat'     => getCategory($content['cat_id']),
                        );
 
                        // Load row template and switch colors