aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2012-11-09 08:48:41 -0600
committerNathaniel Guse <nathaniel.guse@gmail.com>2012-11-09 08:48:41 -0600
commit6c8c54d4d2575cd40fe873cd2108b031ae5830a6 (patch)
treee2360204a3d9ac191f198e113170a9d26a224a70 /phpBB/includes/constants.php
parent6a0f6833e61532d28d7bebcc8ad0ec2b2b722e19 (diff)
downloadforums-6c8c54d4d2575cd40fe873cd2108b031ae5830a6.tar
forums-6c8c54d4d2575cd40fe873cd2108b031ae5830a6.tar.gz
forums-6c8c54d4d2575cd40fe873cd2108b031ae5830a6.tar.bz2
forums-6c8c54d4d2575cd40fe873cd2108b031ae5830a6.tar.xz
forums-6c8c54d4d2575cd40fe873cd2108b031ae5830a6.zip
[ticket/11103] Inject table prefix to notifications system instead of constants
PHPBB3-11103
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 7a3c73e987..5128321618 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -239,7 +239,6 @@ define('LOG_TABLE', $table_prefix . 'log');
define('LOGIN_ATTEMPT_TABLE', $table_prefix . 'login_attempts');
define('MODERATOR_CACHE_TABLE', $table_prefix . 'moderator_cache');
define('MODULES_TABLE', $table_prefix . 'modules');
-define('NOTIFICATIONS_TABLE', $table_prefix . 'notifications');
define('POLL_OPTIONS_TABLE', $table_prefix . 'poll_options');
define('POLL_VOTES_TABLE', $table_prefix . 'poll_votes');
define('POSTS_TABLE', $table_prefix . 'posts');
@@ -273,11 +272,9 @@ define('TOPICS_POSTED_TABLE', $table_prefix . 'topics_posted');
define('TOPICS_TRACK_TABLE', $table_prefix . 'topics_track');
define('TOPICS_WATCH_TABLE', $table_prefix . 'topics_watch');
define('USER_GROUP_TABLE', $table_prefix . 'user_group');
-define('USER_NOTIFICATIONS_TABLE', $table_prefix . 'user_notifications');
define('USERS_TABLE', $table_prefix . 'users');
define('WARNINGS_TABLE', $table_prefix . 'warnings');
define('WORDS_TABLE', $table_prefix . 'words');
define('ZEBRA_TABLE', $table_prefix . 'zebra');
// Additional tables
-