diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-12 15:35:43 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-12 15:35:43 +0000 |
commit | d89f60f182afa07e28d4e58f59b90dd25555e3a6 (patch) | |
tree | b326dbe53f284a7127ea8a63cccc7119dc77783d /phpBB/memberlist.php | |
parent | b0217ddc11799f81c8cf42961f6e0db54ce2e38e (diff) | |
download | forums-d89f60f182afa07e28d4e58f59b90dd25555e3a6.tar forums-d89f60f182afa07e28d4e58f59b90dd25555e3a6.tar.gz forums-d89f60f182afa07e28d4e58f59b90dd25555e3a6.tar.bz2 forums-d89f60f182afa07e28d4e58f59b90dd25555e3a6.tar.xz forums-d89f60f182afa07e28d4e58f59b90dd25555e3a6.zip |
consistant obtain_* functions
git-svn-id: file:///svn/phpbb/trunk@6572 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r-- | phpBB/memberlist.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index ade2f07c39..50fa8e4954 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -58,8 +58,7 @@ $sort_dir = request_var('sd', 'a'); // Grab rank information for later -$ranks = array(); -$cache->obtain_ranks($ranks); +$ranks = $cache->obtain_ranks(); // What do you want to do today? ... oops, I think that line is taken ... |