If the CCK Fieldgroups module is not enabled, an error is thrown when trying to edit a field association.
Fatal error: Call to undefined function fieldgroup_groups() in sites/all/modules/option_trim/option_trim.module on line 427
If the CCK Fieldgroups module is not enabled, an error is thrown when trying to edit a field association.
Fatal error: Call to undefined function fieldgroup_groups() in sites/all/modules/option_trim/option_trim.module on line 427
Comments
Comment #1
cyu commentedFixed with http://drupal.org/cvs?commit=183012 putting a module_exists check around the fieldgroup code.