#62926 by karschsp: Increase maximum length of free tagging field.

merge-requests/26/head
Angie Byron 2009-02-11 03:53:36 +00:00
parent 7addef299c
commit 5420371ac5
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ function taxonomy_form_alter(&$form, $form_state, $form_id) {
'#default_value' => $typed_string,
'#autocomplete_path' => 'taxonomy/autocomplete/' . $vocabulary->vid,
'#weight' => $vocabulary->weight,
'#maxlength' => 255,
'#maxlength' => 1024,
);
}
else {