From 89c68399bc5afa8d00953351ff34b8907f738c99 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 13 Jul 2006 11:53:33 +0000 Subject: - Patch #73361 by Ber: remove unneeded size restriction for vocabulary help. --- modules/taxonomy/taxonomy.module | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.module') 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', -- cgit v1.2.3