Patch #3194824 Partial list of users and new users
This commit is contained in:

committed by
Marc Delisle

parent
0c30ed069a
commit
0d77b5084c
@@ -1430,7 +1430,7 @@ if( $GLOBALS['is_ajax_request'] && !isset($_REQUEST['export']) && !isset($_REQUE
|
||||
*/
|
||||
$new_user_initial = strtoupper(substr($username, 0, 1));
|
||||
$new_user_initial_string = '<a href="server_privileges.php?' . $GLOBALS['url_query'] . '&initial=' . $new_user_initial
|
||||
.'>' . $new_user_initial . '</a>';
|
||||
.'">' . $new_user_initial . '</a>';
|
||||
$extra_data['new_user_initial'] = $new_user_initial;
|
||||
$extra_data['new_user_initial_string'] = $new_user_initial_string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user