]> 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 6c3ca60aac0d60f37ffc130a38cbfd1d066bc679..a21d404b95e92c5a7d234341b6898f66a0aa6014 100644 (file)
@@ -59,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>',
                        '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