mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
Fix bug #498198
git-svn-id: file:///svn/phpbb/trunk@1758 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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) )
|
||||
|
Reference in New Issue
Block a user