diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/constants.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/constants.php b/include/constants.php index 02b352cc3..73e46355f 100644 --- a/include/constants.php +++ b/include/constants.php @@ -69,7 +69,6 @@ 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'); define('TAGS_TABLE', $prefixeTable.'tags'); define('IMAGE_TAG_TABLE', $prefixeTable.'image_tag'); ?> |