From e6543caaffb11f1a8517234fb13a914cf661f5a6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 27 Feb 2007 12:48:33 +0000 Subject: - Patch #112556 by Robroy: term/vocab maxlength should match db. --- modules/taxonomy/taxonomy.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/taxonomy/taxonomy.module') 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.'), ); -- cgit v1.2.3