I noticed a little bug that is present in the latest dev version.
On line 47 of mailchimp_bio.module there the function name is incorrect after splitting out into its own module
_mailchimp_get_bio_fields
should be changed to
_mailchimp_bio_get_bio_fields
I don't have time for a patch this minute - but its an easy fix
Comments
Comment #1
levelos commentedgood catch, fix committed.