Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.4
Component:
content_copy.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2009 at 18:15 UTC
Updated:
15 Jul 2009 at 16:20 UTC
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
Comment #1
markus_petrux commentedA 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.