Posted by a.a.egoroff on January 21, 2008 at 8:15pm
Jump to:
| Project: | Compact Forms |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
In form with both compact_forms.module and captche.module enabled:
warning: Missing argument 3 for _compact_forms_resize_fields(), called in D:\usr\www\ittrend\sites\all\modules\compact_forms\compact_forms.module on line 74 and defined in D:\usr\www\ittrend\sites\all\modules\compact_forms\compact_forms.module on line 68.There is tiny patch to solve this:
correct line 68 from
68: function _compact_forms_resize_fields(&$subform, $field_size, $descriptions) {to
68: function _compact_forms_resize_fields(&$subform, $field_size, $descriptions = NULL) {
Comments
#1
This was fixed as part of #404132: Properly use Drupal behaviors / Code clean-up.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.