do not send emails anymore if the clanfight gets processed

main
hecht 13 years ago
parent 679204c69d
commit af5baf35ed

@ -56,7 +56,7 @@ if(!semaphoreUP($ressource)) {
} else { } else {
$ids = getAwatingChallengeIDs(); $ids = getAwatingChallengeIDs();
foreach($ids as $id) { foreach($ids as $id) {
echo 'Werte Clanfight mit ID ' . $id . ' aus<br>'.PHP_EOL; // echo 'Werte Clanfight mit ID ' . $id . ' aus<br>'.PHP_EOL;
$challenge = getChallenge($id); $challenge = getChallenge($id);
$clan_ids = getParticipatingClanIDs($id); $clan_ids = getParticipatingClanIDs($id);

Loading…
Cancel
Save