mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
[ticket/10658] Do not fetch ranks into the $ranks array, it is no longer used.
PHPBB3-10658
This commit is contained in:
parent
11c5a66213
commit
bb7e86c2b1
1 changed files with 0 additions and 5 deletions
|
@ -62,11 +62,6 @@ $default_key = 'c';
|
||||||
$sort_key = request_var('sk', $default_key);
|
$sort_key = request_var('sk', $default_key);
|
||||||
$sort_dir = request_var('sd', 'a');
|
$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 ...
|
// What do you want to do today? ... oops, I think that line is taken ...
|
||||||
switch ($mode)
|
switch ($mode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue