From 9c0e53d3d1c0547d4f5f498aa68fdbc20a22e7d8 Mon Sep 17 00:00:00 2001 From: hecht Date: Sat, 7 Jan 2012 13:33:40 +0000 Subject: [PATCH] the "slots" will now be displayed right! --- ag/clan/c_ranglist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ag/clan/c_ranglist.php b/ag/clan/c_ranglist.php index 4ef7135..9c543f9 100644 --- a/ag/clan/c_ranglist.php +++ b/ag/clan/c_ranglist.php @@ -93,7 +93,7 @@ while($row = mysql_fetch_assoc($char_s)) { echo ''.$row['clanname'].''."\n"; echo ''.displayUserLink($row['leader'], $row['nickname']).''."\n"; echo ''.$row['member'].''."\n"; - echo ''.$row['freeslots'].''."\n"; + echo ''.(getMaximumMembers($row['id']) - $row['member']).''."\n"; if($wahl == "geld"){ echo ''.displayMoney($row[$wahl]).'';