mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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:
parent
d2c818ffb9
commit
af67047008
1 changed files with 0 additions and 7 deletions
|
@ -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]))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue