Remove some left over code introduced in r9575, reverted in r9704.

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9938 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Andreas Fischer 2009-08-07 13:53:17 +00:00
parent d2c818ffb9
commit af67047008

View file

@ -450,13 +450,6 @@ class acp_board
continue;
}
// If not set, then this is a valid entry and needs to be emptied (select_multiple, checkbox)
if (!isset($cfg_array[$config_name]))
{
$cfg_array[$config_name] = '';
}
// Erm, we spotted an array
if ($null['type'] == 'select_multiple' && $submit && isset($_REQUEST['config'][$config_name]))
{