New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / modules / admin / what-chk_regs.php
index 0319bfef1fb49073decfeef3023bb398818f3048..ec1cb4abe73db0b94ff057d6e470f3c79f1653e4 100644 (file)
@@ -56,20 +56,20 @@ if (SQL_NUMROWS($result) > 0) {
        $OUT = ''; $SW = 2;
        while ($content = SQL_FETCHARRAY($result)) {
                // Add link to refid
-               if ($content['refid'] > 0) $content['refid'] = ADMIN_USER_PROFILE_LINK($content['refid']);
+               if ($content['refid'] > 0) $content['refid'] = generateUserProfileLink($content['refid']);
 
                // Prepare array for the row template
                // @TODO Rewritings: sname->surname,fname->family,ip->REMOTE_ADDR,ref->refid,hash->user_hash in template
                $content = array(
                        'sw'     => $SW,
-                       'gender' => TRANSLATE_GENDER($content['gender']),
+                       'gender' => translateGender($content['gender']),
                        'sname'  => $content['surname'],
                        'fname'  => $content['family'],
-                       'email'  => "<a href=\"".CREATE_EMAIL_LINK($content['email'], "user_data")."\">".$content['email']."</a>",
+                       'email'  => "<a href=\"".generateMemberEmailLink($content['email'], "user_data")."\">".$content['email']."</a>",
                        'ip'     => $content['REMOTE_ADDR'],
                        'ref'    => $content['refid'],
                        'hash'   => $content['user_hash'],
-                       'link'   => ADMIN_USER_PROFILE_LINK($content['userid']),
+                       'link'   => generateUserProfileLink($content['userid']),
                );
 
                // Load row template and switch color