main
hecht 13 years ago
parent 90ab4c049e
commit 6d001c990f

@ -102,7 +102,7 @@ function displayShowChallenge($clan_challenge_id, $user) {
$other_clan = getClan($participating_clan_ids[1]);
}
$clan_challenge = getChallenge($clan_challenge_id);
$anzahl = $clan_challenge['anzahl_slots'];
$anzahl = $clan_challenge['anzahl_chars'];
$user_clan_chars = getParticipatingCharIDs($clan_challenge_id, $user_clan['id']);
$other_clan_chars = getParticipatingCharIDs($clan_challenge_id, $other_clan['id']);
$user_chars = getCharsOfUser($user['id']);

Loading…
Cancel
Save