From fad1f39abedc9974238852b9d12a7ce1d90eb5c7 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 4 Jul 2005 17:52:21 +0000 Subject: [PATCH] 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 --- phpBB/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');