]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-chk_regs.php
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / inc / modules / admin / what-chk_regs.php
index cb1b68f6120448dfcc2b3fb16757fe409b5e8d76..a21d404b95e92c5a7d234341b6898f66a0aa6014 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -58,20 +59,17 @@ if (SQL_NUMROWS($result) > 0) {
        // We have some (new?) registrations!
        $OUT = ''; $SW = 2;
        while ($content = SQL_FETCHARRAY($result)) {
-               // Add link to refid
-               if ($content['refid'] > 0) $content['refid'] = generateUserProfileLink($content['refid']);
-
                // Prepare array for the row template
                $content = array(
                        'sw'          => $SW,
-                       'gender'      => translateGender($content['gender']),
+                       'gender'      => $content['gender'],
                        'surname'     => $content['surname'],
                        'family'      => $content['family'],
-                       'email'       => "<a href=\"".generateEmailLink($content['email'], 'user_data')."\">".$content['email']."</a>",
+                       'email'       => '<a href="' . generateEmailLink($content['email'], 'user_data') . '">' . $content['email'] . '</a>',
                        'remote_addr' => $content['REMOTE_ADDR'],
                        'refid'       => $content['refid'],
                        'user_hash'   => $content['user_hash'],
-                       'link'        => generateUserProfileLink($content['userid']),
+                       'userid'      => $content['userid'],
                );
 
                // Load row template and switch color