]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-sub_points.php
New function isValidUserid() introduced, more rewrites to EL:
[mailer.git] / inc / modules / admin / what-sub_points.php
index 4b72569767e18fde12ad0aea6819e9559d2029b5..651bd116ec4f60c04e4e1440858b383c4193df89 100644 (file)
@@ -101,7 +101,7 @@ if (getRequestParameter('userid') == 'all') {
                        loadTemplate('admin_settings_saved', false, getMessage('ADMIN_POINTS_SUBTRACTED'));
                } else {
                        // Prepare content
-                       $content['user']   = '<a href="' . generateEmailLink($content['email'], 'user_data') . '">' . $content['surname'] . ' ' . $content['family'] . '</a>';
+                       $content['user']   = '<a href="' . generateEmailLink($content['email'], 'user_data') . '">' . translateGender($content['gender']) . ' ' . $content['surname'] . ' ' . $content['family'] . '</a>';
                        $content['userid'] = bigintval(getRequestParameter('userid'));
 
                        // Load form