Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
a5263bd2
Commit
a5263bd2
authored
May 20, 2006
by
drumm
Browse files
#62926
by Richard Eriksson, Increase maximum length of the free-tagging textbox to 255 characters.
parent
168a3dcd
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/taxonomy.module
View file @
a5263bd2
...
...
@@ -648,7 +648,7 @@ function taxonomy_form_alter($form_id, &$form) {
'#default_value'
=>
$typed_string
,
'#autocomplete_path'
=>
'taxonomy/autocomplete/'
.
$vocabulary
->
vid
,
'#weight'
=>
$vocabulary
->
weight
,
'#maxlength'
=>
100
,
'#maxlength'
=>
255
,
);
}
else
{
...
...
modules/taxonomy/taxonomy.module
View file @
a5263bd2
...
...
@@ -648,7 +648,7 @@ function taxonomy_form_alter($form_id, &$form) {
'#default_value'
=>
$typed_string
,
'#autocomplete_path'
=>
'taxonomy/autocomplete/'
.
$vocabulary
->
vid
,
'#weight'
=>
$vocabulary
->
weight
,
'#maxlength'
=>
100
,
'#maxlength'
=>
255
,
);
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment