Commit d3a7896d by pupi1985

Added the userid field to the blocked and special users pages.

parent e576e104
...@@ -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