1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-09 16:05:00 +02:00

Fix for bug (extra fields in db after upgrade)

git-svn-id: file:///svn/phpbb/trunk@2356 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech 2002-03-19 19:37:30 +00:00
parent 4ad31e50fc
commit 14402abc17

@ -1831,7 +1831,8 @@ if ( !empty($next) )
FORUMS_TABLE => array("forum_access", "forum_moderator", "forum_type"),
PRIVMSGS_TABLE => array("msg_text"),
RANKS_TABLE => array("rank_max"),
SMILIES_TABLE => array("emotion")
SMILIES_TABLE => array("emotion"),
TOPICS_TABLE => array("topic_notify")
);
while( list($table, $field_data) = each($fields) )