[ticket/10658] Do not fetch ranks into the $ranks array, it is no longer used.

PHPBB3-10658
This commit is contained in:
Andreas Fischer 2012-03-08 15:19:15 +01:00
parent 11c5a66213
commit bb7e86c2b1

View file

@ -62,11 +62,6 @@ $default_key = 'c';
$sort_key = request_var('sk', $default_key);
$sort_dir = request_var('sd', 'a');
// Grab rank information for later
$ranks = $cache->obtain_ranks();
// What do you want to do today? ... oops, I think that line is taken ...
switch ($mode)
{