Commit 188ed56a by pupi1985

Replaced all number_format in pages/users.php

parent b7ba27fb
......@@ -66,7 +66,7 @@
$qa_content['ranking']['items'][] = array(
'avatar' => $avatarhtml,
'label' => $usershtml[$user['userid']],
'score' => qa_html(number_format($user['points'])),
'score' => qa_html(qa_format_number($user['points'])),
'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