diff options
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 0187566308..4e1bc628bc 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -149,7 +149,6 @@ define('ACL_DEPS_TABLE', $table_prefix.'auth_deps'); define('ACL_PRESETS_TABLE', $table_prefix.'auth_presets'); define('ACL_USERS_TABLE', $table_prefix.'auth_users'); define('ATTACHMENTS_TABLE', $table_prefix.'attachments'); -define('ATTACHMENTS_DESC_TABLE', $table_prefix.'attach_desc'); define('BANLIST_TABLE', $table_prefix.'banlist'); define('BBCODES_TABLE', $table_prefix.'bbcodes'); define('BOTS_TABLE', $table_prefix.'bots'); |