aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-10-14 13:21:46 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-10-14 13:21:46 +0000
commit46922674ea1b5ecf96d14c0edfdbcf6af3743051 (patch)
tree34be7d9ec1036440d3f9304678b87b7a807297fb /phpBB
parent72f1d4f25d27d5dd2fae891e53ea8591f335f96a (diff)
downloadforums-46922674ea1b5ecf96d14c0edfdbcf6af3743051.tar
forums-46922674ea1b5ecf96d14c0edfdbcf6af3743051.tar.gz
forums-46922674ea1b5ecf96d14c0edfdbcf6af3743051.tar.bz2
forums-46922674ea1b5ecf96d14c0edfdbcf6af3743051.tar.xz
forums-46922674ea1b5ecf96d14c0edfdbcf6af3743051.zip
Remove unused constants
git-svn-id: file:///svn/phpbb/trunk@6496 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/constants.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 0ed3ad8d84..ae121fa017 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -189,7 +189,6 @@ define('PROFILE_FIELDS_DATA_TABLE', $table_prefix . 'profile_fields_data');
define('PROFILE_FIELDS_LANG_TABLE', $table_prefix . 'profile_fields_lang');
define('PROFILE_LANG_TABLE', $table_prefix . 'profile_lang');
define('RANKS_TABLE', $table_prefix . 'ranks');
-define('RATINGS_TABLE', $table_prefix . 'ratings');
define('REPORTS_TABLE', $table_prefix . 'reports');
define('REPORTS_REASONS_TABLE', $table_prefix . 'reports_reasons');
define('SEARCH_RESULTS_TABLE', $table_prefix . 'search_results');
@@ -210,7 +209,6 @@ 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('USERS_TABLE', $table_prefix . 'users');
-define('USERS_NOTES_TABLE', $table_prefix . 'users_notes');
define('WARNINGS_TABLE', $table_prefix . 'warnings');
define('WORDS_TABLE', $table_prefix . 'words');
define('ZEBRA_TABLE', $table_prefix . 'zebra');