|
From: Andreas F. <ba...@ph...> - 2009-08-07 13:54:34
|
Author: bantu
Date: Fri Aug 7 14:53:17 2009
New Revision: 9938
Log:
Remove some left over code introduced in r9575, reverted in r9704.
Modified:
branches/phpBB-3_0_0/phpBB/includes/acp/acp_board.php
Modified: branches/phpBB-3_0_0/phpBB/includes/acp/acp_board.php
==============================================================================
*** branches/phpBB-3_0_0/phpBB/includes/acp/acp_board.php (original)
--- branches/phpBB-3_0_0/phpBB/includes/acp/acp_board.php Fri Aug 7 14:53:17 2009
***************
*** 450,462 ****
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]))
{
--- 450,455 ----
|