mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
ups, we need a space.
git-svn-id: file:///svn/phpbb/trunk@4909 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
061b261f79
commit
fed10cc3fb
1 changed files with 2 additions and 2 deletions
|
@ -543,8 +543,8 @@ function build_cfg_template($tpl_type, $config_key, $options = '')
|
|||
break;
|
||||
|
||||
case 'radio':
|
||||
$key_yes = ($new[$config_key]) ? 'checked="checked"' : '';
|
||||
$key_no = (!$new[$config_key]) ? 'checked="checked"' : '';
|
||||
$key_yes = ($new[$config_key]) ? ' checked="checked"' : '';
|
||||
$key_no = (!$new[$config_key]) ? ' checked="checked"' : '';
|
||||
|
||||
$tpl_type_cond = explode('_', $tpl_type[1]);
|
||||
$type_no = ($tpl_type_cond[0] == 'disabled' || $tpl_type_cond[0] == 'enabled') ? false : true;
|
||||
|
|
Loading…
Add table
Reference in a new issue