diff options
Diffstat (limited to '')
-rw-r--r-- | include/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants.php b/include/constants.php index 1833df916..24c963d12 100644 --- a/include/constants.php +++ b/include/constants.php @@ -62,5 +62,5 @@ define('CADDIE_TABLE', $prefixeTable.'caddie'); define('UPGRADE_TABLE', $prefixeTable.'upgrade'); define('SEARCH_TABLE', $prefixeTable.'search'); define('USER_MAIL_NOTIFICATION_TABLE', $prefixeTable.'user_mail_notification'); - +define('CATEGORIES_LINK_TABLE', $prefixeTable.'categories_link'); ?> |