mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Fix bug #498198
git-svn-id: file:///svn/phpbb/trunk@1758 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a329802431
commit
29d9d8b9a7
1 changed files with 2 additions and 3 deletions
|
@ -1905,11 +1905,10 @@ if( !empty($next) )
|
|||
|
||||
$fields = array(
|
||||
BANLIST_TABLE => array("ban_start", "ban_end", "ban_time_type"),
|
||||
FORUMS_TABLE => array("forum_access", "forum_moderator", "forum_type", "forum_pass"),
|
||||
FORUMS_TABLE => array("forum_access", "forum_moderator", "forum_type"),
|
||||
PRIVMSGS_TABLE => array("msg_text"),
|
||||
RANKS_TABLE => array("rank_max"),
|
||||
SMILIES_TABLE => array("emotion"),
|
||||
USERS_TABLE => array("user_hint")
|
||||
SMILIES_TABLE => array("emotion")
|
||||
);
|
||||
|
||||
while( list($table, $field_data) = each($fields) )
|
||||
|
|
Loading…
Add table
Reference in a new issue