Commit a908dfcb by pupi1985

Added compact numbers in pages/users.php

parent 4075930a
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
$qa_content['ranking']['items'][] = array( $qa_content['ranking']['items'][] = array(
'avatar' => $avatarhtml, 'avatar' => $avatarhtml,
'label' => $usershtml[$user['userid']], 'label' => $usershtml[$user['userid']],
'score' => qa_html(qa_format_number($user['points'])), 'score' => qa_html(qa_format_number($user['points'], 1, true)),
'raw' => $user, 'raw' => $user,
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment