Field labels print out twice
goose2000 - July 18, 2007 - 17:24
| Project: | CCK Fieldgroup Table |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi, after I grouped my 3 text fields (multi values of course) and went to /add/mynodetype/ the table was there, but the labels were printed out twice, two rows. One from the original fields and another added from group area too.
I probably just need to find and comment some line out.

#1
I just took out line 33:
// $header[] = t($field['label']);
Seems fine now.