Add bonuspoint, corr and chart calculation and update displaying of chart.
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user