Add bonuspoint, corr and chart calculation and update displaying of chart.
This commit is contained in:
@@ -16,12 +16,14 @@ global $table_prefix;
|
||||
|
||||
// Config constants
|
||||
define('FOOTB_BETS', $table_prefix . 'footb_bets');
|
||||
define('FOOTB_CORR', $table_prefix . 'footb_corr');
|
||||
define('FOOTB_EXTRA_BETS', $table_prefix . 'footb_extra_bets');
|
||||
define('FOOTB_EXTRA', $table_prefix . 'footb_extra');
|
||||
define('FOOTB_LEAGUES', $table_prefix . 'footb_leagues');
|
||||
define('FOOTB_MATCHDAYS', $table_prefix . 'footb_matchdays');
|
||||
define('FOOTB_MATCHES', $table_prefix . 'footb_matches');
|
||||
define('FOOTB_MATCHES_HIST', $table_prefix . 'footb_matches_hist');
|
||||
define('FOOTB_MY_CHART', $table_prefix . 'footb_my_chart');
|
||||
define('FOOTB_POINTS', $table_prefix . 'footb_points');
|
||||
define('FOOTB_RANKS', $table_prefix . 'footb_rank_matchdays');
|
||||
define('FOOTB_SEASONS', $table_prefix . 'footb_seasons');
|
||||
|
||||
Reference in New Issue
Block a user