mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
git-svn-id: file:///svn/phpbb/trunk@7957 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
1393668c45
commit
ecc8adf347
1 changed files with 5 additions and 0 deletions
|
@ -492,6 +492,11 @@ class acp_profile
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if ($field_type == FIELD_BOOL && $key == 'field_default_value')
|
||||||
|
{
|
||||||
|
// Get the number of options if this key is 'field_maxlen'
|
||||||
|
$var = request_var('field_default_value', 0);
|
||||||
|
}
|
||||||
|
|
||||||
$cp->vars[$key] = $var;
|
$cp->vars[$key] = $var;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue