aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2005-07-04 17:52:21 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2005-07-04 17:52:21 +0000
commitfad1f39abedc9974238852b9d12a7ce1d90eb5c7 (patch)
tree3807cf54b0b710075dc1500d7f65c5d805d9f0df /phpBB/common.php
parentbe7442570bee2c43dd70d439bae73bac740b0ea1 (diff)
downloadforums-fad1f39abedc9974238852b9d12a7ce1d90eb5c7.tar
forums-fad1f39abedc9974238852b9d12a7ce1d90eb5c7.tar.gz
forums-fad1f39abedc9974238852b9d12a7ce1d90eb5c7.tar.bz2
forums-fad1f39abedc9974238852b9d12a7ce1d90eb5c7.tar.xz
forums-fad1f39abedc9974238852b9d12a7ce1d90eb5c7.zip
Wanted ... someone who can commit updates without screwing up, will pay top dollar.
git-svn-id: file:///svn/phpbb/trunk@5176 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 1eaf062106..91f0d30814 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -236,7 +236,7 @@ define('TOPICS_TRACK_TABLE', $table_prefix.'topics_marking');
define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch');
define('USER_GROUP_TABLE', $table_prefix.'user_group');
define('USERS_TABLE', $table_prefix.'users');
-define('USERS_TABLE', $table_prefix.'users_passwd');
+define('USERS_PASSWD_TABLE', $table_prefix.'users_passwd');
define('USERS_NOTES_TABLE', $table_prefix.'users_notes');
define('WORDS_TABLE', $table_prefix.'words');
define('POLL_OPTIONS_TABLE', $table_prefix.'poll_results');