I got the following from the Schema module
mass_contact.weight is type int but its default 0 is PHP type string
mass_contact.selected is type int but its default 0 is PHP type string
Anything to worry about?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mass_contact-defaults.patch | 1.31 KB | lyricnz |
Comments
Comment #1
lyricnz commentedIt's a (minor) bug in the module. Here's a patch.
Comment #2
lyricnz commented(PS: run update.php after applying the patch)
Comment #3
oadaeh commentedI've added this fix to the 6.x-1.x-dev version: http://drupal.org/cvs?commit=361730
Thank you.