diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-02-27 12:48:33 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-02-27 12:48:33 +0000 |
commit | e6543caaffb11f1a8517234fb13a914cf661f5a6 (patch) | |
tree | 48d5c8c2ac6b45e83ee93386e6b645bca517c80a /modules/taxonomy/taxonomy.module | |
parent | 02da2238974524d2881ca2716a993d633c725c29 (diff) | |
download | brdo-e6543caaffb11f1a8517234fb13a914cf661f5a6.tar.gz brdo-e6543caaffb11f1a8517234fb13a914cf661f5a6.tar.bz2 |
- Patch #112556 by Robroy: term/vocab maxlength should match db.
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r-- | modules/taxonomy/taxonomy.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 9bbe24ee4..a5401debf 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -226,6 +226,7 @@ function taxonomy_form_vocabulary($edit = array()) { ); $form['help'] = array('#type' => 'textfield', '#title' => t('Help text'), + '#maxlength' => 255, '#default_value' => $edit['help'], '#description' => t('Instructions to present to the user when choosing a term.'), ); |