[drupal-devel] [bug] Problem with recent form_item / form_select
change
wiz
drupal-devel at drupal.org
Wed Mar 16 21:23:34 UTC 2005
Issue status update for http://drupal.org/node/19011
Project: Drupal
Version: cvs
Component: taxonomy.module
Category: bug reports
Priority: normal
Assigned to: Anonymous
Reported by: wiz
Updated by: wiz
Status: patch
Attachment: http://drupal.org/files/issues/taxonomy-multiple.patch (517 bytes)
_taxonomy_term_select has been changed to use form_select instead of
form_item:
return form_select($title, $name .'][', $value, $options, $description,
$multiple ? 'size="'. min(12, count($options)) .'"' : 0, $multiple);
This breaks when $multiple is TRUE, as form_select will add "[]" to
$name again!
wiz
More information about the drupal-devel
mailing list