From 5420371ac5d39c1d5a525f8e629850fe058b739f Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 11 Feb 2009 03:53:36 +0000 Subject: #62926 by karschsp: Increase maximum length of free tagging field. --- modules/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 7cb22aa79..709c66eb0 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -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 { -- cgit v1.2.3