- Patch #112556 by Robroy: term/vocab maxlength should match db.

6.x
Dries Buytaert 2007-02-27 12:48:33 +00:00
parent 02da223897
commit e6543caaff
1 changed files with 1 additions and 0 deletions

View File

@ -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.'),
);