Add bonuspoint, corr and chart calculation and update displaying of chart.

This commit is contained in:
2018-04-03 21:06:22 +02:00
parent f56cf04e74
commit 3ade0f043f
6 changed files with 249 additions and 8 deletions

View File

@@ -732,6 +732,9 @@ class main
}
calculate_extra_points($season, $league, $matchday);
save_ranking_matchday($season, $league, $matchday);
bonuspoints($season, $league, $matchday);
corr($season, $league, $matchday);
chart($season, $league, $matchday);
break;
case 'join':
join_league($season, $league, $user->data['user_id']);