From 66b35b01558df0548deb17c5feb2cf25f7ce528b Mon Sep 17 00:00:00 2001 From: Julian Date: Wed, 21 Feb 2018 23:24:04 +0100 Subject: [PATCH] Fix table and add corr to constants --- includes/constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/constants.php b/includes/constants.php index 9f00b9d..90a7c67 100644 --- a/includes/constants.php +++ b/includes/constants.php @@ -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'); ?> \ No newline at end of file