summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-07-13 11:53:33 +0000
committerDries Buytaert <dries@buytaert.net>2006-07-13 11:53:33 +0000
commit89c68399bc5afa8d00953351ff34b8907f738c99 (patch)
tree2683061919cf7944d96451da18ccd26e4cd4bc07
parent10d1fe9c53ed223f9fb95b1eb983bc150f6c0e68 (diff)
downloadbrdo-89c68399bc5afa8d00953351ff34b8907f738c99.tar.gz
brdo-89c68399bc5afa8d00953351ff34b8907f738c99.tar.bz2
- Patch #73361 by Ber: remove unneeded size restriction for vocabulary help.
-rw-r--r--modules/taxonomy/taxonomy.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 4e17af388..93c90b0ca 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -212,7 +212,6 @@ function taxonomy_form_vocabulary($edit = array()) {
$form['help'] = array('#type' => 'textfield',
'#title' => t('Help text'),
'#default_value' => $edit['help'],
- '#maxlength' => 255,
'#description' => t('Instructions to present to the user when choosing a term.'),
);
$form['nodes'] = array('#type' => 'checkboxes',