]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_user.php
'order_points' and locked are now displayed, some array elements/language ids renamed
[mailer.git] / inc / modules / admin / what-list_user.php
index 40f53bb89879c0c3f80bf128add605e809e683cf..4d0fda767b809368cbc9a0456ecc1970df605a19 100644 (file)
@@ -139,7 +139,7 @@ LIMIT 1",
                $content['joined']            = generateDateTime($content['joined'], 0);
                $content['last_update']       = generateDateTime($content['last_update'], 0);
                $content['last_profile_sent'] = generateDateTime($content['last_profile_sent'], 0);
-               $content['total']             = countSumTotalData($userid, 'user_points', 'points');
+               $content['total_points']      = countSumTotalData($userid, 'user_points', 'points');
                $content['locked']            = countSumTotalData($userid, 'user_points', 'locked_points');
                $content['lock_timestamp']    = generateDateTime($content['lock_timestamp'], 2);
                $content['nickname']          = '{--EXT_NICKNAME_404--}';