From a5263bd284a376754bd4a4453213635427fcc38b Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Sat, 20 May 2006 02:05:35 +0000 Subject: #62926 by Richard Eriksson, Increase maximum length of the free-tagging textbox to 255 characters. --- modules/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.module') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index d917c7511..a756654f6 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -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 { -- cgit v1.2.3