content_copy_export_form() uses the #multiple array index for the $form['type_name'] form field, but that field is a radios field, which does not use #multiple.

Comments

markus_petrux’s picture

Title: #multiple is used for a radios form field » #multiple is used for a radios and checkboxes in content export forms
Version: 6.x-3.x-dev » 6.x-2.4
Category: task » bug
Priority: Normal » Minor
Status: Active » Fixed

A fix that shouldn't cause no harm. #multiple is ignored in those cases.

Committed to CVS (6.x-2.x and 6.x-3.x). Thanks for reporting.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.