diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-01-06 22:50:14 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-01-06 22:50:14 +0000 |
commit | 87ab0632d8af79d5ff5ef912b1e9b2cac0ace396 (patch) | |
tree | cf492af2ea20eb655c8bc7e32557c69ad3f90b5a /phpBB/includes/constants.php | |
parent | 0dfa526665b5f6e170af89681981eb4662095a2d (diff) | |
download | forums-87ab0632d8af79d5ff5ef912b1e9b2cac0ace396.tar forums-87ab0632d8af79d5ff5ef912b1e9b2cac0ace396.tar.gz forums-87ab0632d8af79d5ff5ef912b1e9b2cac0ace396.tar.bz2 forums-87ab0632d8af79d5ff5ef912b1e9b2cac0ace396.tar.xz forums-87ab0632d8af79d5ff5ef912b1e9b2cac0ace396.zip |
Removing an unused table from the schema
git-svn-id: file:///svn/phpbb/trunk@5433 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r-- | phpBB/includes/constants.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index eb4217fb5c..0f1ccafe38 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -173,7 +173,6 @@ define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch'); define('TOPICS_TRACK_TABLE', $table_prefix.'topics_marking'); define('USER_GROUP_TABLE', $table_prefix.'user_group'); define('USERS_TABLE', $table_prefix.'users'); -define('USERS_PASSWD_TABLE', $table_prefix.'users_passwd'); define('USERS_NOTES_TABLE', $table_prefix.'users_notes'); define('WARNINGS_TABLE', $table_prefix.'warnings'); define('WORDS_TABLE', $table_prefix.'words'); |