Patch #3194824 Partial list of users and new users

This commit is contained in:
Ravindra Nath kakarla
2011-03-01 08:04:09 -05:00
committed by Marc Delisle
parent 0c30ed069a
commit 0d77b5084c
2 changed files with 19 additions and 13 deletions

View File

@@ -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;
}