mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
- typo in functions.php
- #4826 git-svn-id: file:///svn/phpbb/trunk@6510 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -365,6 +365,12 @@ class acp_profile
|
||||
$cp->vars['lang_explain'] = request_var('lang_explain', $field_row['lang_explain'], true);
|
||||
$cp->vars['lang_default_value'] = request_var('lang_default_value', $field_row['lang_default_value'], true);
|
||||
|
||||
|
||||
if (strlen($cp->vars['field_ident']) > 17)
|
||||
{
|
||||
$error[] = $user->lang['INVALID_FIELD_IDENT_LEN'];
|
||||
}
|
||||
|
||||
// Field option...
|
||||
if (isset($_REQUEST['field_option']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user