Fix table and add corr to constants

This commit is contained in:
2018-02-21 23:24:04 +01:00
parent 4b627586f8
commit 66b35b0155

View File

@@ -44,4 +44,5 @@ define('LEAGUE_CHAMP', 1);
define('LEAGUE_KO', 2);
define('FOOTB_BONUS_DAY', $table_prefix . 'footb_bonuspoints_day');
define('FOOTB_CORR', $table_prefix . 'footb_corr');
?>