Commit 04bd3cde by Scott Vivian

Merge branch 'dev' of github.com:q2a/question2answer into dev

parents fe2b95b4 069854bd
...@@ -75,6 +75,7 @@ ...@@ -75,6 +75,7 @@
$qa_content['ranking']['items'][]=array( $qa_content['ranking']['items'][]=array(
'label' => $usershtml[$user['userid']], 'label' => $usershtml[$user['userid']],
'score' => qa_html(qa_user_level_string($user['level'])), 'score' => qa_html(qa_user_level_string($user['level'])),
'raw' => $user,
); );
} }
......
...@@ -75,6 +75,7 @@ ...@@ -75,6 +75,7 @@
$qa_content['ranking']['items'][]=array( $qa_content['ranking']['items'][]=array(
'label' => $usershtml[$user['userid']], 'label' => $usershtml[$user['userid']],
'score' => qa_html(qa_user_level_string($user['level'])), 'score' => qa_html(qa_user_level_string($user['level'])),
'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