Active
Project:
Content Construction Kit (CCK)
Version:
6.x-2.9
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 May 2012 at 14:58 UTC
Updated:
8 May 2012 at 14:58 UTC
I've used theme_content_view_multiple_field() with great success. However my FileField field can be a single value-field or a multi-value field depending on how many files were uploaded.
theme_content_view_multiple_field() only gets called when the field is a multi-value field. What would be the equivalent function call for a single-value field?
Thanks.