Commit 069854bd by Scott

Merge pull request #32 from pupi1985/patch-13

Added the raw user attributes to the blocked and special users pages
parents 0fbbd7bd d3a7896d
...@@ -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