16 Mar
2005
16 Mar
'05
10:23 p.m.
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